소스 검색

Update const.py

resphina 2 년 전
부모
커밋
91dc44df53
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      common/const.py

+ 2 - 0
common/const.py

@@ -5,6 +5,8 @@ BAIDU = "baidu"
 XUNFEI = "xunfei"
 CHATGPTONAZURE = "chatGPTOnAzure"
 LINKAI = "linkai"
+
 VERSION = "1.3.0"
+
 CLAUDEAI = "claude"
 MODEL_LIST = ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", "wenxin", "xunfei","claude"]