nishio / ai-qualia-san

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-qualia-san

This is AI-assisted virtual character. Using OpenAI API. Forked from bluesky-chan.

startup

following is from original README.md

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
2023-07-29 22:39:07 Traceback (most recent call last):
2023-07-29 22:39:07   File "/var/bot/bot.py", line 632, in <module>
2023-07-29 22:39:07     count = util.aggregate_users(connection_atp)
2023-07-29 22:39:07   File "/var/bot/util.py", line 225, in aggregate_users
2023-07-29 22:39:07     last_created_at = get_last_created_at(connection)
2023-07-29 22:39:07   File "/var/bot/util.py", line 148, in get_last_created_at
2023-07-29 22:39:07     return row[4]
2023-07-29 22:39:07 TypeError: 'NoneType' object is not subscriptable

About

License:MIT License


Languages

Language:Python 99.4%Language:Dockerfile 0.6%