Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /