Skip to content

Commit 2907f64

Browse files
Update web/tests/e2e/chat/llm_ordering.spec.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 79dd828 commit 2907f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/tests/e2e/chat/llm_ordering.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test("LLM Ordering and Model Switching", async ({ page }) => {
3939
await verifyAssistantIsChosen(page, "Art");
4040
await verifyCurrentModel(page, "GPT 4o");
4141

42-
// Test another new chat: Should use user's default model (o3 Mini)
42+
// Test another new chat: Should use user's default model (GPT 5)
4343
await startNewChat(page);
4444
await verifyCurrentModel(page, "GPT 5");
4545

0 commit comments

Comments
 (0)