mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-27 21:01:03 +08:00
Switch fast authenticated AI model to GPT-5.5
This commit is contained in:
parent
f02f8211c6
commit
94354ae0f6
@ -32,7 +32,7 @@ const MODEL_SELECTION_MATRIX: Record<
|
||||
unauthenticated: { modelId: "z-ai/glm-5.2" },
|
||||
},
|
||||
fast: {
|
||||
authenticated: { modelId: "google/gemini-3.5-flash" },
|
||||
authenticated: { modelId: "openai/gpt-5.5" },
|
||||
unauthenticated: { modelId: "google/gemini-3.5-flash" },
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user