We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dd828 commit 2907f64Copy full SHA for 2907f64
web/tests/e2e/chat/llm_ordering.spec.ts
@@ -39,7 +39,7 @@ test("LLM Ordering and Model Switching", async ({ page }) => {
39
await verifyAssistantIsChosen(page, "Art");
40
await verifyCurrentModel(page, "GPT 4o");
41
42
- // Test another new chat: Should use user's default model (o3 Mini)
+ // Test another new chat: Should use user's default model (GPT 5)
43
await startNewChat(page);
44
await verifyCurrentModel(page, "GPT 5");
45
0 commit comments