Commit
·
97a6fba
1
Parent(s):
99d585a
add azure and groq to web app
Browse files- owl/webapp.py +2 -0
- owl/webapp_zh.py +2 -0
owl/webapp.py
CHANGED
@@ -249,6 +249,8 @@ MODULE_DESCRIPTIONS = {
|
|
249 |
"run_ollama": "Using local ollama model to process tasks",
|
250 |
"run_qwen_mini_zh": "Using qwen model with minimal configuration to process tasks",
|
251 |
"run_qwen_zh": "Using qwen model to process tasks",
|
|
|
|
|
252 |
}
|
253 |
|
254 |
|
|
|
249 |
"run_ollama": "Using local ollama model to process tasks",
|
250 |
"run_qwen_mini_zh": "Using qwen model with minimal configuration to process tasks",
|
251 |
"run_qwen_zh": "Using qwen model to process tasks",
|
252 |
+
"run_azure_openai": "Using azure openai model to process tasks",
|
253 |
+
"run_groq": "Using groq model to process tasks",
|
254 |
}
|
255 |
|
256 |
|
owl/webapp_zh.py
CHANGED
@@ -249,6 +249,8 @@ MODULE_DESCRIPTIONS = {
|
|
249 |
"run_ollama": "使用本地ollama模型处理任务",
|
250 |
"run_qwen_mini_zh": "使用qwen模型最小化配置处理任务",
|
251 |
"run_qwen_zh": "使用qwen模型处理任务",
|
|
|
|
|
252 |
}
|
253 |
|
254 |
|
|
|
249 |
"run_ollama": "使用本地ollama模型处理任务",
|
250 |
"run_qwen_mini_zh": "使用qwen模型最小化配置处理任务",
|
251 |
"run_qwen_zh": "使用qwen模型处理任务",
|
252 |
+
"run_azure_openai": "使用azure openai模型处理任务",
|
253 |
+
"run_groq": "使用groq模型处理任务",
|
254 |
}
|
255 |
|
256 |
|