Skip to content

Commit 48eb837

Browse files
shreyas-lyzrclaude
andcommitted
fix: switch voice model to gpt-realtime-2025-08-28
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8c9144a commit 48eb837

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitclaw",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "A universal git-native multimodal always learning AI Agent (TinyHuman)",
55
"author": "shreyaskapale",
66
"license": "MIT",

src/voice/openai-realtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class OpenAIRealtimeAdapter implements MultimodalAdapter {
2929
this.onMessage = opts.onMessage;
3030
this.toolHandler = opts.toolHandler;
3131

32-
const model = this.config.model || "gpt-realtime-1.5";
32+
const model = this.config.model || "gpt-realtime-2025-08-28";
3333
const url = `wss://api.openai.com/v1/realtime?model=${model}`;
3434

3535
// Try direct WebSocket with headers first (native Node.js / real server)

0 commit comments

Comments
 (0)