mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: make default api_key as list
This commit is contained in:
parent
f82638d7af
commit
cd636657b9
1 changed files with 3 additions and 3 deletions
|
|
@ -251,18 +251,18 @@ async def create_user_configuration_with_mps_key(
|
|||
configuration = {
|
||||
"llm": {
|
||||
"provider": ServiceProviders.DOGRAH.value,
|
||||
"api_key": service_key,
|
||||
"api_key": [service_key],
|
||||
"model": "default",
|
||||
},
|
||||
"tts": {
|
||||
"provider": ServiceProviders.DOGRAH.value,
|
||||
"api_key": service_key,
|
||||
"api_key": [service_key],
|
||||
"model": "default",
|
||||
"voice": "default",
|
||||
},
|
||||
"stt": {
|
||||
"provider": ServiceProviders.DOGRAH.value,
|
||||
"api_key": service_key,
|
||||
"api_key": [service_key],
|
||||
"model": "default",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue