File size: 370 Bytes
3836b4f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"vault_path": "/app/vault",
"llm_api": {
"base_url": "https://researchengineering-agi.hf.space",
"model": "deepseek-chat"
},
"on_new_note": "/app/scripts/push_note.sh",
"voice": {
"enabled": true,
"model": "openai/whisper-small"
},
"telegram": {
"enabled": false
},
"memory": {
"type": "in_memory",
"max_tokens": 500
}
} |