Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ Add `--options` to see a full list of options that can be provided to each model

The `o3-streaming` model ID exists because o3 currently requires a verified organization in order to support streaming. If you have a verified organization you can use `o3-streaming` - everyone else should use `o3`.

For GPT-5, the model names in the API do not match the names in the UI; `gpt-5`
is the name of the "thinking" model, and `gpt-5-chat-latest` is the model that
you would interact with by default at chatgpt.com. For more [see the OpenAI
model notes](https://platform.openai.com/docs/guides/latest-model).

## Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:
Expand Down