Home を更新

2025-06-15 14:05:29 +00:00
parent ec5c5ce783
commit ee71e14a47

12
Home.md

@ -1,5 +1,7 @@
## ailog stream ## ailog stream
`ailog auth init`が必要。
1. start: jetstreamを監視してコメントがあったとき管理者アカウントのatprotoの`ai.syui.log.user`にdidを追加する 1. start: jetstreamを監視してコメントがあったとき管理者アカウントのatprotoの`ai.syui.log.user`にdidを追加する
2. --ai-generate: AIを使って`$host/index.json`の更新があったとき、新しくatprotoの`ai.syui.log.chat``lang`, `comment`を追加する 2. --ai-generate: AIを使って`$host/index.json`の更新があったとき、新しくatprotoの`ai.syui.log.chat``lang`, `comment`を追加する
@ -15,3 +17,13 @@ sudo systemctl start ailog-stream
systemctl status ailog-stream systemctl status ailog-stream
``` ```
## ailog auth
```sh
$ cat ~/.config/syui/ai/log/config.json
$ ailog auth logout
$ ailog auth init
```
この処理がなければ、`ailog stream`などは動作しない。