Spaces:
No application file
No application file
| { | |
| "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 | |
| } | |
| } |