update readme
This commit is contained in:
@@ -35,7 +35,7 @@ CODEX_API_KEY="<YOUR_CODEX_API_KEY>"
|
||||
### 2. Install dependencies
|
||||
|
||||
```bash
|
||||
pip install modaic dspy python-dotenv
|
||||
uv add modaic dspy
|
||||
```
|
||||
|
||||
### 3. Use the agent
|
||||
@@ -44,9 +44,6 @@ pip install modaic dspy python-dotenv
|
||||
from modaic import AutoAgent
|
||||
import dspy
|
||||
from pydantic import BaseModel
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
class Dependencies(BaseModel):
|
||||
dependencies: list[str]
|
||||
|
||||
Reference in New Issue
Block a user