dataprofessor / llama2

This chatbot app is built using the Llama 2 open source LLM from Meta.
https://llama2.streamlit.app
301 stars 559 forks source link

Dockerized this chatbot #7

Open w453y opened 5 months ago

w453y commented 5 months ago

Dockerized this chatbot for easy usage, and added/updated some files given below:

  1. .streamlit/secret.toml --> added this file because after launching the chatbot by default it is looking for secret.toml file
  2. Dockerfile ---> added this to dockerize the chatbot
  3. Readme.md ---> updated instructions on how to deploy this chatbot using docker