Switch fast authenticated AI model to GPT-5.5

This commit is contained in:
mantrakp04 2026-06-17 15:34:59 -07:00
parent f02f8211c6
commit 94354ae0f6

View File

@ -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" },
},
},