mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:00:44 +00:00
feat(providers): add streaming stt providers
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"deepgram": ["DEEPGRAM_API_KEY"]
|
||||
},
|
||||
"contracts": {
|
||||
"mediaUnderstandingProviders": ["deepgram"]
|
||||
"mediaUnderstandingProviders": ["deepgram"],
|
||||
"realtimeTranscriptionProviders": ["deepgram"]
|
||||
},
|
||||
"mediaUnderstandingProviderMetadata": {
|
||||
"deepgram": {
|
||||
|
||||
Reference in New Issue
Block a user