fix
This commit is contained in:
parent
217fe6c1ed
commit
1b6be385f4
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
7
compose.yml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
aios:
|
||||
image: syui/aios
|
||||
restart: always
|
||||
volumes:
|
||||
- ./.config:/root/.config
|
||||
command: zsh -c "ai bot -a syui.ai"
|
Loading…
Reference in New Issue
Block a user