Use openai compatible as vendor
This commit is contained in:
@@ -66,7 +66,7 @@ Rules:
|
||||
"baseUrl": "https://api.openai.com/v1"
|
||||
},
|
||||
"asr": {
|
||||
"provider": "siliconflow",
|
||||
"provider": "openai_compatible",
|
||||
"model": "FunAudioLLM/SenseVoiceSmall",
|
||||
"apiKey": "sf-...",
|
||||
"interimIntervalMs": 500,
|
||||
@@ -74,7 +74,7 @@ Rules:
|
||||
},
|
||||
"tts": {
|
||||
"enabled": true,
|
||||
"provider": "siliconflow",
|
||||
"provider": "openai_compatible",
|
||||
"model": "FunAudioLLM/CosyVoice2-0.5B",
|
||||
"apiKey": "sf-...",
|
||||
"voice": "anna",
|
||||
|
||||
Reference in New Issue
Block a user