From 2ec33ef4ed80f78579b4e18112e5c79a7fca4be2 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 16 Jan 2026 13:01:24 +0900 Subject: [PATCH] fix readme --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/readme.md b/readme.md index 27c62e8..31eb1f3 100644 --- a/readme.md +++ b/readme.md @@ -33,3 +33,20 @@ content/ └── 3mch5zca4nj2h.json ``` +## translate + +```sh +$ 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 +``` + +```sh +$ 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 +```