We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e431dbe commit a2ec1a0Copy full SHA for a2ec1a0
bridge/bridge.py
@@ -29,7 +29,7 @@ def __init__(self):
29
self.btype["chat"] = const.XUNFEI
30
if conf().get("use_linkai") and conf().get("linkai_api_key"):
31
self.btype["chat"] = const.LINKAI
32
- if not conf().get(":voice_to_text") or conf().get("voice_to_text") in ["openai"]:
+ if not conf().get("voice_to_text") or conf().get("voice_to_text") in ["openai"]:
33
self.btype["voice_to_text"] = const.LINKAI
34
if not conf().get("text_to_voice") or conf().get("text_to_voice") in ["openai", const.TTS_1, const.TTS_1_HD]:
35
self.btype["text_to_voice"] = const.LINKAI
0 commit comments