Skip to content

Commit afeb90c

Browse files
committed
add azure and groq to web app
1 parent 497db81 commit afeb90c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

owl/webapp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ def process_message(role, content):
249249
"run_ollama": "Using local ollama model to process tasks",
250250
"run_qwen_mini_zh": "Using qwen model with minimal configuration to process tasks",
251251
"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",
252254
}
253255

254256

owl/webapp_zh.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ def process_message(role, content):
249249
"run_ollama": "使用本地ollama模型处理任务",
250250
"run_qwen_mini_zh": "使用qwen模型最小化配置处理任务",
251251
"run_qwen_zh": "使用qwen模型处理任务",
252+
"run_azure_openai": "使用azure openai模型处理任务",
253+
"run_groq": "使用groq模型处理任务",
252254
}
253255

254256

0 commit comments

Comments
 (0)