fix(codex-rs): use codex-mini-latest as default (#1164)

This commit is contained in:
Fouad Matin
2025-05-29 16:55:19 -07:00
committed by GitHub
parent 92957c47fb
commit 828e2062c2
4 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ use std::time::Duration;
use env_flags::env_flags;
env_flags! {
pub OPENAI_DEFAULT_MODEL: &str = "o4-mini";
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.