Skip to content

Commit 86e03a1

Browse files
authored
Fixing typo visible in webapp.py: fresh re-iteration of #331 (#380)
2 parents 48809ac + 171c945 commit 86e03a1

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ python examples/run_qwen_zh.py
365365
python examples/run_deepseek_zh.py
366366

367367
# Run with other OpenAI-compatible models
368-
python examples/run_openai_compatiable_model.py
368+
python examples/run_openai_compatible_model.py
369369

370370
# Run with Azure OpenAI
371371
python examples/run_azure_openai.py

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ python examples/run_qwen_zh.py
364364
python examples/run_deepseek_zh.py
365365

366366
# 使用其他 OpenAI 兼容模型运行
367-
python examples/run_openai_compatiable_model.py
367+
python examples/run_openai_compatible_model.py
368368

369369
# 使用 Azure OpenAI模型运行
370370
python examples/run_azure_openai.py

owl/webapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def process_message(role, content):
245245
"run": "Default mode: Using OpenAI model's default agent collaboration mode, suitable for most tasks.",
246246
"run_mini": "Using OpenAI model with minimal configuration to process tasks",
247247
"run_deepseek_zh": "Using deepseek model to process Chinese tasks",
248-
"run_openai_compatiable_model": "Using openai compatible model to process tasks",
248+
"run_openai_compatible_model": "Using openai compatible model to process tasks",
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",

0 commit comments

Comments
 (0)