Fixing typo visible in webapp.py

This commit is contained in:
Didier Durand 2025-03-20 18:58:29 +01:00
parent 106a169ee9
commit 171c945b42
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",