From 555804946f140765e4ac510fa4ad47a246b6138c Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Tue, 11 Mar 2025 18:20:54 -0500 Subject: [PATCH] updated openai_research_agent README --- ai_agent_tutorials/opeani_research_agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_agent_tutorials/opeani_research_agent/README.md b/ai_agent_tutorials/opeani_research_agent/README.md index ce3b371..d9a5747 100644 --- a/ai_agent_tutorials/opeani_research_agent/README.md +++ b/ai_agent_tutorials/opeani_research_agent/README.md @@ -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).