From e299b68163ad0a9ef8c138836124fbe4de46fe51 Mon Sep 17 00:00:00 2001 From: yrk111222 <2493404415@qq.com> Date: Tue, 11 Mar 2025 16:48:37 +0800 Subject: [PATCH] Update const.py --- common/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/const.py b/common/const.py index 4220ecb4..5408fb9e 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"