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>
9 lines
162 B
JSON
9 lines
162 B
JSON
{
|
|
"verbosity": "minimal",
|
|
"tone": ["short", "high-signal"],
|
|
"humor": "none",
|
|
"nsfw": "factual",
|
|
"address": "peer",
|
|
"language": "match_user"
|
|
}
|