Files
swarm-assistent/Config/_base/assistant.json
T
Leonid PershinandCursor 1b9cc1ad78 Add exact KV memory with persona overlays and param priority.
Canonical defaults live in exact.json (UI fills empties without an LLM call); chat session overrides beat file defaults until clear/persona change.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-21 23:04:34 +03:00

21 lines
492 B
JSON

{
"num_ctx": 16384,
"max_civitai_hops": 2,
"max_loras_inventory": 150,
"max_checkpoints_inventory": 60,
"max_wildcards_inventory": 80,
"inventory_blurb_max": 140,
"max_ref_slots": 4,
"default_pack": "write_prompt",
"default_persona": "neutral",
"embed_model": "nomic-embed-text",
"memory_top_k": 10,
"seed_version": 2,
"gate": {
"architecture": "krea2",
"keywords": ["krea"]
},
"context_prompt_max": 2000,
"history_keep_turns": 4
}