Fixed Readme that is missing run.py call (#585)

This commit is contained in:
Joseph Smidt 2025-02-10 07:42:20 -07:00 committed by GitHub
parent 8359283494
commit a6341f227f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ pip install -e .[dev]
Then you're good to go! Run the run.py script, as in:
```bash
python --model-id "o1" --question "Your question here!"
```
python run.py --model-id "o1" --question "Your question here!"
```