Skip to content

HarshJ23/groq-streamlit-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

a simple chatbot made with streamlit , using models hosted on Groq Cloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages