Skip to content

Aws7/OK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.8%
  • Dockerfile 15.2%