Split the extension into partials, persist chats on the data volume, park/warm the chat model around Generate, and drop dual raw/persona dump paths. Co-authored-by: Cursor <cursoragent@cursor.com>
32 lines
698 B
JSON
32 lines
698 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,
|
|
"memory_min_score": 0.32,
|
|
"max_tool_hops": 4,
|
|
"tag_lookup_limit": 20,
|
|
"memory_quotas": {
|
|
"card": 3,
|
|
"lora": 3,
|
|
"pitfall": 3,
|
|
"path": 2,
|
|
"note": 4,
|
|
"model": 2
|
|
},
|
|
"seed_version": 2,
|
|
"gate": {
|
|
"architecture": "krea2",
|
|
"keywords": ["krea"]
|
|
},
|
|
"context_prompt_max": 2000,
|
|
"history_keep_turns": 4
|
|
}
|