1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
33a8c23f50 Bug: home dir not expending 2025-06-01 18:48:47 +02:00
974070231b chmod aish to 755 2025-06-01 18:31:04 +02:00

2
aish Normal file → Executable file
View File

@ -3,7 +3,7 @@
import fs from 'fs'
const settings = {
config_file: '~/.config/aish/config.json',
config_file: process.env.HOME + '/.config/aish/config.json',
}
const args = {
model: null,