File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments