ai/at
1
0

fix patch

This commit is contained in:
2025-04-13 13:00:57 +09:00
parent 72b8f39825
commit cc27f367ea
3 changed files with 67 additions and 14 deletions

View File

@ -15,7 +15,7 @@ function at-env() {
collection=`echo $at_uri|cut -d / -f 4`
rkey=`echo $at_uri|cut -d / -f 5`
d=${0:a:h}
f=~/.config/.at-zsh.json
f=~/.config/ai/token.json
if [ -f $f ];then
host=`cat $f|jq -r ".didDoc.service.[].serviceEndpoint"`
token=`cat $f|jq -r .accessJwt`