diff --git a/Home.md b/Home.md index a836d8d..5a3d5ee 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,7 @@ ## ailog stream +`ailog auth init`が必要。 + 1. start: jetstreamを監視してコメントがあったとき管理者アカウントのatprotoの`ai.syui.log.user`にdidを追加する 2. --ai-generate: AIを使って`$host/index.json`の更新があったとき、新しくatprotoの`ai.syui.log.chat`に`lang`, `comment`を追加する @@ -14,4 +16,14 @@ sudo systemctl daemon-reload sudo systemctl start ailog-stream systemctl status ailog-stream -``` \ No newline at end of file +``` + +## ailog auth + +```sh +$ cat ~/.config/syui/ai/log/config.json +$ ailog auth logout +$ ailog auth init +``` + +この処理がなければ、`ailog stream`などは動作しない。 \ No newline at end of file