From c1022feab8fc6eb6c5f2ab3b0b42096aa1273f50 Mon Sep 17 00:00:00 2001 From: Han Fangyuan Date: Sat, 25 Nov 2023 10:06:10 +0800 Subject: [PATCH] fix: add tongyi model to model list --- common/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/const.py b/common/const.py index ef3b315..a2841f7 100644 --- a/common/const.py +++ b/common/const.py @@ -17,4 +17,4 @@ 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] +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"]