kojira / bluesky-chan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bluesky-chan

This is a chatbot using gpt3.5 turbo of openai that works with python.

startup

git clone https://github.com/kojira/bluesky-chan.git
cd bluesky-chan
cp .env.example .env

Change the contents of .env according to the environment.

OPENAI_API_KEY=your openai api key
BOT_HANDLE=bot handle(ex:kojira.bsky.social)
BOT_PASSWORD=bot password

Run with this command

docker compose up -d

About

License:MIT License


Languages

Language:Python 97.2%Language:Dockerfile 2.4%Language:Shell 0.4%