Fixing typo visible in webapp.py: fresh re-iteration of https://github.com/camel-ai/owl/pull/331 (#380)

This commit is contained in:
Wendong-Fan
2025-03-21 16:21:44 +08:00
committed by GitHub
4 changed files with 3 additions and 3 deletions

View File

@@ -365,7 +365,7 @@ python examples/run_qwen_zh.py
python examples/run_deepseek_zh.py
# Run with other OpenAI-compatible models
python examples/run_openai_compatiable_model.py
python examples/run_openai_compatible_model.py
# Run with Azure OpenAI
python examples/run_azure_openai.py

View File

@@ -364,7 +364,7 @@ python examples/run_qwen_zh.py
python examples/run_deepseek_zh.py
# 使用其他 OpenAI 兼容模型运行
python examples/run_openai_compatiable_model.py
python examples/run_openai_compatible_model.py
# 使用 Azure OpenAI模型运行
python examples/run_azure_openai.py

View File

@@ -245,7 +245,7 @@ MODULE_DESCRIPTIONS = {
"run": "Default mode: Using OpenAI model's default agent collaboration mode, suitable for most tasks.",
"run_mini": "Using OpenAI model with minimal configuration to process tasks",
"run_deepseek_zh": "Using deepseek model to process Chinese tasks",
"run_openai_compatiable_model": "Using openai compatible model to process tasks",
"run_openai_compatible_model": "Using openai compatible model to process tasks",
"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",