We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 725ed1a + c2aad56 commit c036575Copy full SHA for c036575
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