NPCvector/config.example.json
type-two 07a0db6b61 NPCvector v1: pgvector corpus → original NPC voice lines (GABGOD)
Distill pattern: embedded forum corpus (style reference only, never shipped
verbatim) → persona line banks with human review gate → SFT export for LoRA.
First deployment: PROCITY shopkeepers from Soulstrut/VGplus on ultra.
Includes the abliterated writer toggle and the earned-gotchas writeup.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 21:19:31 +10:00

28 lines
561 B
JSON

{
"db": "dbname=discogs_full",
"embed": {
"url": "http://127.0.0.1:11434",
"model": "nomic-embed-text"
},
"writer": {
"abliterated": false,
"stock": {
"url": "http://100.69.21.128:11434",
"model": "qwen2.5:7b"
},
"abliterix": {
"url": "http://127.0.0.1:11434",
"model": "hf.co/OBLITERATUS/gemma-4-E4B-it-OBLITERATED:latest"
}
},
"retrieval": {
"sources": [
"soulstrut_post",
"vgplus_post"
],
"top_k": 12,
"min_len": 40,
"max_len": 800
},
"lines_per_topic": 12
}