ignore: fix share page

This commit is contained in:
Dax Raad
2025-08-11 16:12:26 -04:00
parent 0b73c23c7c
commit 5ec4233910
4 changed files with 223 additions and 206 deletions
+1 -1
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,