updated openai_research_agent README

This commit is contained in:
ShubhamSaboo 2025-03-11 18:20:54 -05:00
parent 0a5adc0be6
commit 555804946f

View file

@ -38,7 +38,7 @@ export OPENAI_API_KEY='your-api-key-here'
4. Run the team of AI Agents
```bash
python openai_researcher_agent.py
streamlit run openai_researcher_agent.py
```
Then open your browser and navigate to the URL shown in the terminal (typically http://localhost:8501).