Skip to content

Commit 4d430cb

Browse files
committed
forget to update moonshot model selection in utils.py,added two common model name
1 parent 70ac1df commit 4d430cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ def get_llm_model(provider: str, **kwargs):
170170
"ollama": ["qwen2.5:7b", "llama2:7b", "deepseek-r1:14b", "deepseek-r1:32b"],
171171
"azure_openai": ["gpt-4o", "gpt-4", "gpt-3.5-turbo"],
172172
"mistral": ["pixtral-large-latest", "mistral-large-latest", "mistral-small-latest", "ministral-8b-latest"],
173-
"alibaba": ["qwen-plus", "qwen-max", "qwen-turbo", "qwen-long"]
173+
"alibaba": ["qwen-plus", "qwen-max", "qwen-turbo", "qwen-long"],
174+
"moonshot": ["moonshot-v1-32k-vision-preview", "moonshot-v1-8k-vision-preview"],
174175
}
175176

176177
# Callback to update the model name dropdown based on the selected provider

0 commit comments

Comments
 (0)