モデル性能のハードコードを消し飛し、Codexのフォーマットの修正

This commit is contained in:
2026-04-21 18:35:56 +09:00
parent 2914800673
commit 47da4a03cb
25 changed files with 628 additions and 246 deletions
+1
View File
@@ -67,6 +67,7 @@ pub enum AuthRef {
file: Option<PathBuf>,
},
/// ChatGPT OAuth`~/.codex/auth.json`)。実装は `llm-auth-codex-oauth` チケット
#[serde(rename = "codex_oauth")]
CodexOAuth,
}