2026-01-17 13:16:53 +09:00
2026-01-15 21:35:20 +09:00
2026-01-16 22:27:25 +09:00
2026-01-16 12:55:57 +09:00
2026-01-16 18:47:00 +09:00
2026-01-17 13:16:53 +09:00
2026-01-16 12:55:57 +09:00
2026-01-16 12:55:57 +09:00
2026-01-16 01:42:31 +09:00
2026-01-15 21:35:20 +09:00
2026-01-16 13:01:24 +09:00
2026-01-15 18:36:41 +09:00
2026-01-15 18:36:41 +09:00

ailog

config

$ ls public/
config.json
networks.json
client-metadata.json

preview

$ npm run dev

content generate

speed up by using local cache

$ npm run fetch     # API download -> content/${did}/...
$ npm run generate  # content html -> dist/
$ npm run preview   # dist/ preview server
content/
└── did:plc:uqzpqmrjnptsxezjx4xuh2mn/
    ├── profile.json
    └── ai.syui.log.post/
        └── 3mch5zca4nj2h.json

translate

$ cd rust/
$ cargo build --release
$ ./target/release/ailog
$ cat .env.example
AILOG_DIR=~/ai/log
TRANSLATE_URL=http://127.0.0.1:1234/v1
TRANSLATE_MODEL=plamo-2-translate
$ ailog l syui.ai -p ${PASSWORD} -s bsky.social
$ ailog t ./content/did:plc:uqzpqmrjnptsxezjx4xuh2mn/ai.syui.log.post -f ja -l en
$ ailog s ./content/did:plc:uqzpqmrjnptsxezjx4xuh2mn/ai.syui.log.post/3mch5zca4nj2h.json -c ai.syui.log.post
Description
No description provided
https://syui.ai
Readme 159 MiB
Languages
Rust 43.3%
TypeScript 41.4%
CSS 14.4%
HTML 0.9%