Merge branch 'camel-ai:main' into tj-scripts

This commit is contained in:
tj-scripts
2025-03-20 08:43:03 +08:00
committed by GitHub
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模型处理任务",
}