-
-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Description
- enable compatibility with new
gpt-5-codexmodel, by default copilot-api routes to chat/completions endpoint however looks like codex model expects different endpoint- semi related to other issue gpt-5-codex Model Incompatibility in VS Code 1.98.1 #116
- provide some documentation around compatibility with usage to Codex CLI config (similar to existing docs showing how can be used with claude code settings already)
- here is minimal working toml config I have been using: (although if repo maintainers have other suggestions around that would be appreciated, if when added to README potentially)
model = "gpt-5-mini"
review_model = "gpt-5-mini"
model_provider = "copilot"
[model_providers.copilot]
name = "Github Copilot"
base_url = "http://127.0.0.1:4141"tbrandenburg, moddi3 and Mapleshade20
Metadata
Metadata
Assignees
Labels
No labels