A simple chatbot made using Streamlit , using LLM's hosted on Groq Cloud.
The project used 4 Models availaible on Groq:
- llama3-8b-8192
- llama3-70b-8192
- mixtral-8x7b-32768
- gemma-7b-it
To run this project, you will need to add the following environment variables to .streamlit/secrets.toml file
GROQ_API_KEY
= "Your API key"
You can get your api key from here : https://console.groq.com/keys
Clone the project with this command
git clone https://github.com/HarshJ23/groq-streamlit-test
Go to the project directory
cd my-project
Install dependencies
pip install streamlit groq
To run the Project
streamlit run main.py
If you think this repo helped you , make sure to star this repository !