mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-12 07:59:02 +02:00
fix: default cross-model workflows to frontier models
This commit is contained in:
@@ -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})`;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user