Skip to content

Commit c036575

Browse files
committed
Merge branch 'switch_to_gpt4mini' into 'master'
gpt4o-mini by default See merge request postgres-ai/database-lab!920
2 parents 725ed1a + c2aad56 commit c036575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/packages/platform/src/pages/Bot/hooks.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { getDebugMessages } from "../../api/bot/getDebugMessages";
2020

2121
const WS_URL = process.env.REACT_APP_WS_URL || '';
2222

23-
const DEFAULT_MODEL_NAME = 'gemini-1.5-pro'
23+
const DEFAULT_MODEL_NAME = 'gpt-4o-mini'
2424

2525
type ErrorType = {
2626
code?: number;

0 commit comments

Comments
 (0)