add azure and groq to web app

This commit is contained in:
Wendong
2025-03-19 16:55:51 +08:00
parent 497db81282
commit afeb90c3f2
2 changed files with 4 additions and 0 deletions

View File

@@ -249,6 +249,8 @@ MODULE_DESCRIPTIONS = {
"run_ollama": "Using local ollama model to process tasks",
"run_qwen_mini_zh": "Using qwen model with minimal configuration to process tasks",
"run_qwen_zh": "Using qwen model to process tasks",
"run_azure_openai": "Using azure openai model to process tasks",
"run_groq": "Using groq model to process tasks",
}

View File

@@ -249,6 +249,8 @@ MODULE_DESCRIPTIONS = {
"run_ollama": "使用本地ollama模型处理任务",
"run_qwen_mini_zh": "使用qwen模型最小化配置处理任务",
"run_qwen_zh": "使用qwen模型处理任务",
"run_azure_openai": "使用azure openai模型处理任务",
"run_groq": "使用groq模型处理任务",
}