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 fa32454 commit 1baad84Copy full SHA for 1baad84
1 file changed
e2e/app/src/App.tsx
@@ -50,7 +50,7 @@ const AuthenticatedContent = () => {
50
const { logout, isAuthenticated } = useAuth();
51
const { messages, status, error, sendMessage } = useAIChat({
52
client: aiClient ?? unavailableAIClient,
53
- model: "gpt-5-mini",
+ model: "gpt-4o-mini",
54
});
55
const aiResponse =
56
[...messages].reverse().find((message) => message.role === "assistant")?.content ?? "";
0 commit comments