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 725ed1a commit c2aad56Copy full SHA for c2aad56
ui/packages/platform/src/pages/Bot/hooks.tsx
@@ -20,7 +20,7 @@ import { getDebugMessages } from "../../api/bot/getDebugMessages";
20
21
const WS_URL = process.env.REACT_APP_WS_URL || '';
22
23
-const DEFAULT_MODEL_NAME = 'gemini-1.5-pro'
+const DEFAULT_MODEL_NAME = 'gpt-4o-mini'
24
25
type ErrorType = {
26
code?: number;
0 commit comments