cc-os/plugins/os-vault/config.yaml

11 lines
299 B
YAML

# Memory plugin configuration
vault_path: ~/Documents/SecondBrain
graphify_output_dir: ~/Documents/SecondBrain/graphify-out
ollama_model: qwen25-coder-7b-16k
num_ctx: 8192
stale_threshold_days: 7
env:
OLLAMA_FLASH_ATTENTION: "1"
GRAPHIFY_OLLAMA_NUM_CTX: "8192"
GRAPHIFY_OLLAMA_KEEP_ALIVE: "5"