Update const.py

This commit is contained in:
yrk111222
2025-03-11 16:48:37 +08:00
committed by GitHub
parent 7777a53a82
commit e299b68163

View File

@@ -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"