소스 검색

fix: typo

master
zhayujie 1 년 전
부모
커밋
a2ec1a063d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bridge/bridge.py

+ 1
- 1
bridge/bridge.py 파일 보기

@@ -29,7 +29,7 @@ class Bridge(object):
self.btype["chat"] = const.XUNFEI
if conf().get("use_linkai") and conf().get("linkai_api_key"):
self.btype["chat"] = const.LINKAI
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"]:
self.btype["voice_to_text"] = const.LINKAI
if not conf().get("text_to_voice") or conf().get("text_to_voice") in ["openai", const.TTS_1, const.TTS_1_HD]:
self.btype["text_to_voice"] = const.LINKAI


Loading…
취소
저장