Merge pull request #303 from fyq163/main

forget to update moonshot model selection in utils.py,added two commo…
This commit is contained in:
warmshao
2025-02-16 12:26:28 +08:00
committed by GitHub

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