feat: qwen model modify

This commit is contained in:
zhayujie
2023-12-08 14:12:21 +08:00
parent 8c2a53a504
commit 6eb3c90e18
5 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ XUNFEI = "xunfei"
CHATGPTONAZURE = "chatGPTOnAzure"
LINKAI = "linkai"
CLAUDEAI = "claude"
TONGYI = "tongyi"
QWEN = "qwen"
# model
GPT35 = "gpt-3.5-turbo"
@@ -17,7 +17,7 @@ WHISPER_1 = "whisper-1"
TTS_1 = "tts-1"
TTS_1_HD = "tts-1-hd"
MODEL_LIST = ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", "wenxin", "wenxin-4", "xunfei", "claude", "gpt-4-turbo", GPT4_TURBO_PREVIEW, "tongyi"]
MODEL_LIST = ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", "wenxin", "wenxin-4", "xunfei", "claude", "gpt-4-turbo", GPT4_TURBO_PREVIEW, QWEN]
# channel
FEISHU = "feishu"