Skip to content

Commit 2653461

Browse files
Model updated
1 parent 6f5f0de commit 2653461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/session/route.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function GET() {
1111
"Content-Type": "application/json",
1212
},
1313
body: JSON.stringify({
14-
model: "gpt-4o-realtime-preview-2024-12-17",
14+
model: "gpt-4o-mini-realtime-preview-2024-12-17",
1515
}),
1616
}
1717
);

0 commit comments

Comments
 (0)