mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-26 05:47:53 +00:00
Compare commits
1 Commits
main
...
feat/opena
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e4f7f9ea1 |
10
specs.json
10
specs.json
@@ -927,6 +927,7 @@
|
||||
"apiKey": "string",
|
||||
"model": "string",
|
||||
"prompt": "string",
|
||||
"promptTemplates": "#promptTemplates",
|
||||
"language": "string",
|
||||
"input_audio_noise_reduction": {
|
||||
"type": "string",
|
||||
@@ -938,7 +939,14 @@
|
||||
"turn_detection": "#turnDetection"
|
||||
},
|
||||
"required": [
|
||||
"model"
|
||||
]
|
||||
},
|
||||
"promptTemplates": {
|
||||
"properties": {
|
||||
"hintsTemplate": "string",
|
||||
"conversationHistoryTemplate": "string"
|
||||
},
|
||||
"required": [
|
||||
]
|
||||
},
|
||||
"turnDetection": {
|
||||
|
||||
Reference in New Issue
Block a user