Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 865 Bytes

README.md

File metadata and controls

52 lines (30 loc) · 865 Bytes

Groq-streamlit chatbot

A simple chatbot made using Streamlit , using LLM's hosted on Groq Cloud.

The project used 4 Models availaible on Groq:

  1. llama3-8b-8192
  2. llama3-70b-8192
  3. mixtral-8x7b-32768
  4. gemma-7b-it

Environment Variables

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

Project setup

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

Conclusion

If you think this repo helped you , make sure to star this repository !