feat: config loader with toml + env override
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user