diff --git a/2_news_research_tool_project/README.md b/2_news_research_tool_project/README.md index b7f1f8d..3f10cfd 100644 --- a/2_news_research_tool_project/README.md +++ b/2_news_research_tool_project/README.md @@ -33,7 +33,7 @@ RockyBot is a user-friendly news research tool designed for effortless informati 4.Set up your OpenAI API key by creating a .env file in the project root and adding your API ```bash - OPENAI_API_KEY=your_api_key_here + set OPENAI_API_KEY=your_api_key_here ``` ## Usage/Examples @@ -65,4 +65,4 @@ streamlit run main.py - main.py: The main Streamlit application script. - requirements.txt: A list of required Python packages for the project. - faiss_store_openai.pkl: A pickle file to store the FAISS index. -- .env: Configuration file for storing your OpenAI API key. \ No newline at end of file +- .env: Configuration file for storing your OpenAI API key.