forget to update moonshot model selection in utils.py,added two common model name

This commit is contained in:
fyq163
2025-02-16 12:05:24 +08:00
parent 70ac1df522
commit 4d430cb347

View File

@@ -170,7 +170,8 @@ model_names = {
"ollama": ["qwen2.5:7b", "llama2:7b", "deepseek-r1:14b", "deepseek-r1:32b"],
"azure_openai": ["gpt-4o", "gpt-4", "gpt-3.5-turbo"],
"mistral": ["pixtral-large-latest", "mistral-large-latest", "mistral-small-latest", "ministral-8b-latest"],
"alibaba": ["qwen-plus", "qwen-max", "qwen-turbo", "qwen-long"]
"alibaba": ["qwen-plus", "qwen-max", "qwen-turbo", "qwen-long"],
"moonshot": ["moonshot-v1-32k-vision-preview", "moonshot-v1-8k-vision-preview"],
}
# Callback to update the model name dropdown based on the selected provider