fix: Script path in readme (#184)

This commit is contained in:
Wendong-Fan
2025-03-11 15:44:27 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -239,10 +239,10 @@ OWL supports various LLM backends. You can use the following scripts to run with
```bash
# Run with Qwen model
python owl/run_qwen.py
python owl/run_qwen_zh.py
# Run with Deepseek model
python owl/run_deepseek.py
python owl/run_deepseek_zh.py
# Run with other OpenAI-compatible models
python owl/run_openai_compatiable_model.py

View File

@@ -239,10 +239,10 @@ OWL 支持多种 LLM 后端。您可以使用以下脚本来运行不同的模
```bash
# 使用 Qwen 模型运行
python owl/run_qwen.py
python owl/run_qwen_zh.py
# 使用 Deepseek 模型运行
python owl/run_deepseek.py
python owl/run_deepseek_zh.py
# 使用其他 OpenAI 兼容模型运行
python owl/run_openai_compatiable_model.py