fix: default cross-model workflows to frontier models

This commit is contained in:
Garry Tan
2026-09-09 02:48:34 +00:00
parent 0530392821
commit 939da0c203
69 changed files with 603 additions and 255 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export interface CodexGenerationModelResolution {
warnings: string[];
}
const CODEX_DEFAULT_MODEL: Model = 'gpt';
const CODEX_DEFAULT_MODEL: Model = 'gpt-6-astra';
const DEFAULT_SOURCE = `default (${CODEX_DEFAULT_MODEL})`;
/**