Streamlit LLM Chat App by anthropic claude
git clone https://github.com/festiva1300/streamlit-claude-chat.git
cd streamlit-claude-chat
Write the Anthripic access key, the model to be used in the .env
file.
API_KEY=XX-XXXXX...
AI_MODEL=claude-3-sonnet-20240229
docker build ./ -t streamlit-claude-chat
docker compose up -d