tossyyukky / claude3-chat-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Claude3 Chat Sample Application

Usage

// minicondaでPython環境起動
$ conda activate claude3-chat-sample

// Streamlitを起動
$ export $(cat .env | xargs)
$ streamlit run ./main.py 

Cf.

StreamlitでClaude3 APIを使ったAIチャットアプリを作る https://zenn.dev/festiva1300/articles/2610b3c994795f

About


Languages

Language:Python 100.0%