update readme

This commit is contained in:
lazychih114
2025-03-09 00:38:27 +08:00
parent 9723cb799b
commit b0d6d27d53
2 changed files with 20 additions and 4 deletions

View File

@@ -133,13 +133,19 @@ python -m pip install -r requirements.txt
# 🚀 快速开始
运行以下最小示例:
运行以下示例:
```bash
python owl/run.py
```
你可以通过修改 `run.py` 来运行自定义任务的 OWL 智能体
我们还提供了一个最小化示例只需配置LLM的API密钥即可运行
```bash
python owl/run_mini.py
```
你可以通过修改 `run.py` 脚本来运行自己的任务:
```python
# Define your own task