feat: config loader with toml + env override

This commit is contained in:
Joseph Doherty
2026-04-26 11:28:40 -04:00
parent 4a60171035
commit 01e6975d20
3 changed files with 72 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Copy this file to data/config.toml and fill in your API key.
featherless_api_key = "REPLACE_ME"
narrative_model = "dphn/Dolphin-Mistral-24B-Venice-Edition"
classifier_model = "NousResearch/Hermes-3-Llama-3.1-8B"
ooc_marker = "(("
retrieval_k = 4