mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
Fixing typo visible in webapp.py
This commit is contained in:
parent
106a169ee9
commit
171c945b42
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user