AGI_Assistant / clawdbot_config.json
Dmitry Beresnev
add bot config
3836b4f
raw
history blame contribute delete
370 Bytes
{
"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
}
}