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": {
|
||||
"imessage": {
|
||||
"enabled": false,
|
||||
"allow_from": [],
|
||||
"db_path": "~/Library/Messages/chat.db"
|
||||
},
|
||||
"telegram": {
|
||||
"enabled": false,
|
||||
"token": "YOUR_TELEGRAM_BOT_TOKEN",
|
||||
|
|
@ -431,7 +436,10 @@
|
|||
},
|
||||
"write_file": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"llm_call_log": {
|
||||
"enabled":false
|
||||
}
|
||||
},
|
||||
"heartbeat": {
|
||||
"enabled": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue