Compare commits
2 Commits
0.0.1
...
33a8c23f50
| Author | SHA1 | Date | |
|---|---|---|---|
| 33a8c23f50 | |||
| 974070231b |
2
aish
Normal file → Executable file
2
aish
Normal file → Executable file
@@ -3,7 +3,7 @@
|
|||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
|
|
||||||
const settings = {
|
const settings = {
|
||||||
config_file: '~/.config/aish/config.json',
|
config_file: process.env.HOME + '/.config/aish/config.json',
|
||||||
}
|
}
|
||||||
const args = {
|
const args = {
|
||||||
model: null,
|
model: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user