We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5f0de commit 2653461Copy full SHA for 2653461
src/app/api/session/route.ts
@@ -11,7 +11,7 @@ export async function GET() {
11
"Content-Type": "application/json",
12
},
13
body: JSON.stringify({
14
- model: "gpt-4o-realtime-preview-2024-12-17",
+ model: "gpt-4o-mini-realtime-preview-2024-12-17",
15
}),
16
}
17
);
0 commit comments