add realtime model settings
This commit is contained in:
parent
769b29a798
commit
2f9183f7d2
|
|
@ -570,6 +570,20 @@
|
|||
}
|
||||
},
|
||||
|
||||
"RealtimeModel": {
|
||||
"Provider": "openai",
|
||||
"Model": "gpt-realtime",
|
||||
"InputAudioFormat": "pcm16",
|
||||
"OutputAudioFormat": "pcm16",
|
||||
"InterruptResponse": true,
|
||||
"MaxResponseOutputTokens": 4096,
|
||||
"InputAudioTranscribe": true,
|
||||
"InputAudioTranscription": {
|
||||
"Model": "whisper-1",
|
||||
"Language": "en"
|
||||
}
|
||||
},
|
||||
|
||||
"PluginLoader": {
|
||||
"Assemblies": [
|
||||
"BotSharp.Core",
|
||||
|
|
|
|||
Loading…
Reference in a new issue