Skip to content

Latest commit

 

History

History

research

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Research Assistant powered by Groq

Note: Fork and clone this repository if needed

1. Create a virtual environment

python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate

2. Export your Groq & Tavily API Key

export GROQ_API_KEY=***
export TAVILY_API_KEY=***

3. Install libraries

pip install -r cookbook/llms/groq/research/requirements.txt

4. Run Streamlit App

streamlit run cookbook/llms/groq/research/app.py

5. Message on discord if you have any questions

6. Star ⭐️ the project if you like it.