mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 14:07:17 +08:00
fix: Script path in readme (#184)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user