From a6341f227fee0108004c4e06b1a784203b344396 Mon Sep 17 00:00:00 2001 From: Joseph Smidt Date: Mon, 10 Feb 2025 07:42:20 -0700 Subject: [PATCH] Fixed Readme that is missing run.py call (#585) --- examples/open_deep_research/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!" +```