fix: change OPENAI_DEFAULT_MODEL to "gpt-5" (#1943)
This commit is contained in:
@@ -3,7 +3,6 @@ use std::time::Duration;
|
||||
use env_flags::env_flags;
|
||||
|
||||
env_flags! {
|
||||
pub OPENAI_DEFAULT_MODEL: &str = "codex-mini-latest";
|
||||
pub OPENAI_API_BASE: &str = "https://api.openai.com/v1";
|
||||
|
||||
/// Fallback when the provider-specific key is not set.
|
||||
|
||||
Reference in New Issue
Block a user