feat: support Tongyi Qwen model of alibaba

This commit is contained in:
Han Fangyuan
2023-11-19 22:42:44 +08:00
parent 061d8a3a5f
commit 4ce37f84e4
5 changed files with 200 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ XUNFEI = "xunfei"
CHATGPTONAZURE = "chatGPTOnAzure"
LINKAI = "linkai"
CLAUDEAI = "claude"
TONGYI = "tongyi"
# model
GPT35 = "gpt-3.5-turbo"