Skip to content

Commit 2f9183f

Browse files
author
Jicheng Lu
committed
add realtime model settings
1 parent 769b29a commit 2f9183f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/WebStarter/appsettings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,20 @@
570570
}
571571
},
572572

573+
"RealtimeModel": {
574+
"Provider": "openai",
575+
"Model": "gpt-realtime",
576+
"InputAudioFormat": "pcm16",
577+
"OutputAudioFormat": "pcm16",
578+
"InterruptResponse": true,
579+
"MaxResponseOutputTokens": 4096,
580+
"InputAudioTranscribe": true,
581+
"InputAudioTranscription": {
582+
"Model": "whisper-1",
583+
"Language": "en"
584+
}
585+
},
586+
573587
"PluginLoader": {
574588
"Assemblies": [
575589
"BotSharp.Core",

0 commit comments

Comments
 (0)