JamesFincher / streamlit-claude-chat

streamlit chat by anthropic claude

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

streamlit chat by anthropic claude

License:Apache License 2.0


Languages

Language:Python 84.8%Language:Dockerfile 15.2%