codex settings model update
This commit is contained in:
@@ -33,7 +33,7 @@ export const codexProviderPresets: CodexProviderPreset[] = [
|
|||||||
OPENAI_API_KEY: "sk-your-api-key-here",
|
OPENAI_API_KEY: "sk-your-api-key-here",
|
||||||
},
|
},
|
||||||
config: `model_provider = "packycode"
|
config: `model_provider = "packycode"
|
||||||
model = "gpt-5"
|
model = "gpt-5-codex"
|
||||||
model_reasoning_effort = "high"
|
model_reasoning_effort = "high"
|
||||||
disable_response_storage = true
|
disable_response_storage = true
|
||||||
requires_openai_auth = true
|
requires_openai_auth = true
|
||||||
|
|||||||
Reference in New Issue
Block a user