mirror of
https://github.com/openai/codex.git
synced 2026-04-28 16:45:54 +00:00
Load models from static file (#8153)
- Load models from static file as a fallback - Make API users use this file directly - Add tests to make sure updates to the file always serialize
This commit is contained in:
@@ -96,7 +96,7 @@ async fn list_models_returns_all_models_with_large_limit() -> Result<()> {
|
||||
},
|
||||
ReasoningEffortOption {
|
||||
reasoning_effort: ReasoningEffort::High,
|
||||
description: "Greater reasoning depth for complex or ambiguous problems"
|
||||
description: "Maximizes reasoning depth for complex or ambiguous problems"
|
||||
.to_string(),
|
||||
},
|
||||
ReasoningEffortOption {
|
||||
|
||||
Reference in New Issue
Block a user