diff --git a/mod-to-sknpack/readme.md b/mod-to-sknpack/readme.md index 4f3b184..46d6bf4 100644 --- a/mod-to-sknpack/readme.md +++ b/mod-to-sknpack/readme.md @@ -149,7 +149,7 @@ Examples for Legacy of the Dragonborn: iris-dev, then `export_packs.py`-style exporter) or straight to `.sknpack` from the JSONL (simpler, no RAG search over mod content). - Whether to generate two importance tiers per topic by running an LLM - summarization step (Qwen3.5-27B on theia was flagged for Oghma Phase 2). + summarization step (a teacher model on theia was flagged for Oghma Phase 2). --- diff --git a/oghma-sknpack/README.md b/oghma-sknpack/README.md index b84a33c..bf971cb 100644 --- a/oghma-sknpack/README.md +++ b/oghma-sknpack/README.md @@ -50,7 +50,7 @@ SkyrimNet beta `format_version: 1`. See exporter source for the full envelope: ## Phase 2 (not yet shipped) -The `tags: []` and `condition_expr: ""` fields are intentionally empty — Phase 1 exports the raw knowledge with safe defaults. Phase 2 will use the Qwen3.5-27B teacher on theia to enrich each entry with tags (spell-school, armor-class, faction-affinity) and conditional expressions (quest-gated visibility). Phase 2 will bump pack `version` from `1.0.0` → `1.1.0`. +The `tags: []` and `condition_expr: ""` fields are intentionally empty — Phase 1 exports the raw knowledge with safe defaults. Phase 2 will use a teacher model on theia to enrich each entry with tags (spell-school, armor-class, faction-affinity) and conditional expressions (quest-gated visibility). Phase 2 will bump pack `version` from `1.0.0` → `1.1.0`. ---