Bump Assistent to 0.7.0: Config personas, skills, and vector memory.
Move prompts into Config/_base and persona folders; seed model facts into SQLite via Ollama embed and retrieve as memory_hits each turn. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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": 1,
|
||||
"gate": {
|
||||
"architecture": "krea2",
|
||||
"keywords": ["krea"]
|
||||
},
|
||||
"context_prompt_max": 2000,
|
||||
"history_keep_turns": 4
|
||||
}
|
||||
Reference in New Issue
Block a user