ignore: fix share page

This commit is contained in:
Dax Raad
2025-08-11 16:12:26 -04:00
parent 7a67fe7dde
commit 0ce7d92a8b
4 changed files with 223 additions and 206 deletions

View File

@@ -448,7 +448,7 @@ export namespace Provider {
}
}
const priority = ["gemini-2.5-pro-preview", "codex-mini", "claude-sonnet-4"]
const priority = ["gemini-2.5-pro-preview", "gpt-5", "claude-sonnet-4"]
export function sort(models: ModelsDev.Model[]) {
return sortBy(
models,