Wendong-Fan commited on
Commit
ba8de0a
·
1 Parent(s): 615be7d
Files changed (2) hide show
  1. README.md +1 -1
  2. README_zh.md +2 -2
README.md CHANGED
@@ -251,7 +251,7 @@ python owl/run_openai_compatiable_model.py
251
  For a simpler version that only requires an LLM API key, you can try our minimal example:
252
 
253
  ```bash
254
- python owl/run_mini_zh.py
255
  ```
256
 
257
  You can run OWL agent with your own task by modifying the `run.py` script:
 
251
  For a simpler version that only requires an LLM API key, you can try our minimal example:
252
 
253
  ```bash
254
+ python owl/run_mini.py
255
  ```
256
 
257
  You can run OWL agent with your own task by modifying the `run.py` script:
README_zh.md CHANGED
@@ -239,10 +239,10 @@ OWL 支持多种 LLM 后端。您可以使用以下脚本来运行不同的模
239
 
240
  ```bash
241
  # 使用 Qwen 模型运行
242
- python owl/run_qwen.py
243
 
244
  # 使用 Deepseek 模型运行
245
- python owl/run_deepseek.py
246
 
247
  # 使用其他 OpenAI 兼容模型运行
248
  python owl/run_openai_compatiable_model.py
 
239
 
240
  ```bash
241
  # 使用 Qwen 模型运行
242
+ python owl/run_qwen_zh.py
243
 
244
  # 使用 Deepseek 模型运行
245
+ python owl/run_deepseek_zh.py
246
 
247
  # 使用其他 OpenAI 兼容模型运行
248
  python owl/run_openai_compatiable_model.py