/streamlit-claude-chat

streamlit chat by anthropic claude

Primary LanguagePythonApache License 2.0Apache-2.0

streamlit-claude-chat

Streamlit LLM Chat App by anthropic claude

screen_shot

git clone

git clone https://github.com/festiva1300/streamlit-claude-chat.git
cd streamlit-claude-chat

environment setting

Write the Anthripic access key, the model to be used in the .env file.

API_KEY=XX-XXXXX...
AI_MODEL=claude-3-sonnet-20240229

execute

build a container

docker build ./ -t streamlit-claude-chat

deploy on local

docker compose up -d