fix: change OPENAI_DEFAULT_MODEL to "gpt-5" (#1943)

This commit is contained in:
Michael Bolin
2025-08-07 10:13:13 -07:00
committed by GitHub
parent 09adbf9132
commit 107d2ce4e7
2 changed files with 2 additions and 2 deletions

View File

@@ -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.