More cleanup and also bulk testing
This commit is contained in:
2
game.ts
2
game.ts
@@ -15,7 +15,7 @@ export const MODELS = [
|
||||
{ id: "anthropic/claude-opus-4.6", name: "Opus 4.6" },
|
||||
{ id: "anthropic/claude-sonnet-4.6", name: "Sonnet 4.6" },
|
||||
{ id: "x-ai/grok-4.1-fast", name: "Grok 4.1" },
|
||||
{ id: "minimax/minimax-m2.5", name: "MiniMax 2.5" },
|
||||
// { id: "minimax/minimax-m2.5", name: "MiniMax 2.5" },
|
||||
] as const;
|
||||
|
||||
export type Model = (typeof MODELS)[number];
|
||||
|
||||
Reference in New Issue
Block a user