diff --git a/examples/open_deep_research/README.md b/examples/open_deep_research/README.md index d2b86ad..60833dd 100644 --- a/examples/open_deep_research/README.md +++ b/examples/open_deep_research/README.md @@ -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!" -``` \ No newline at end of file +python run.py --model-id "o1" --question "Your question here!" +```