1
0
This commit is contained in:
syui 2024-02-16 17:32:13 +09:00
parent 217fe6c1ed
commit 1b6be385f4
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
45 changed files with 10 additions and 1 deletions

4
.gitignore vendored
View File

@ -4,4 +4,6 @@ target
*.DS_Store
**.DS_Store
scpt/json/
.config/ai
.config/ai/*.toml
.config/ai/*.json
.config/ai/txt

7
compose.yml Normal file
View File

@ -0,0 +1,7 @@
services:
aios:
image: syui/aios
restart: always
volumes:
- ./.config:/root/.config
command: zsh -c "ai bot -a syui.ai"