Skip to content

Commit a2ec1a0

Browse files
committed
fix: typo
1 parent e431dbe commit a2ec1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge/bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self):
2929
self.btype["chat"] = const.XUNFEI
3030
if conf().get("use_linkai") and conf().get("linkai_api_key"):
3131
self.btype["chat"] = const.LINKAI
32-
if not conf().get(":voice_to_text") or conf().get("voice_to_text") in ["openai"]:
32+
if not conf().get("voice_to_text") or conf().get("voice_to_text") in ["openai"]:
3333
self.btype["voice_to_text"] = const.LINKAI
3434
if not conf().get("text_to_voice") or conf().get("text_to_voice") in ["openai", const.TTS_1, const.TTS_1_HD]:
3535
self.btype["text_to_voice"] = const.LINKAI

0 commit comments

Comments
 (0)