add immessage and llm_call_log config
This commit is contained in:
parent
d056c377a5
commit
2667d1cfec
1 changed files with 9 additions and 1 deletions
|
|
@ -49,6 +49,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"channels": {
|
"channels": {
|
||||||
|
"imessage": {
|
||||||
|
"enabled": false,
|
||||||
|
"allow_from": [],
|
||||||
|
"db_path": "~/Library/Messages/chat.db"
|
||||||
|
},
|
||||||
"telegram": {
|
"telegram": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"token": "YOUR_TELEGRAM_BOT_TOKEN",
|
"token": "YOUR_TELEGRAM_BOT_TOKEN",
|
||||||
|
|
@ -431,6 +436,9 @@
|
||||||
},
|
},
|
||||||
"write_file": {
|
"write_file": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
},
|
||||||
|
"llm_call_log": {
|
||||||
|
"enabled":false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"heartbeat": {
|
"heartbeat": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue