diff --git a/common/const.py b/common/const.py index 4220ecb..5408fb9 100644 --- a/common/const.py +++ b/common/const.py @@ -15,7 +15,7 @@ GEMINI = "gemini" # gemini-1.0-pro ZHIPU_AI = "glm-4" MOONSHOT = "moonshot" MiniMax = "minimax" -MODELSCOPE = "Qwen/Qwen2.5-7B-Instruct" +MODELSCOPE = "modelscope" # model CLAUDE3 = "claude-3-opus-20240229"