Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2_news_research_tool_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
- .env: Configuration file for storing your OpenAI API key.