Fixed Readme that is missing run.py call (#585)
This commit is contained in:
parent
8359283494
commit
a6341f227f
|
@ -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!"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue