This commit is contained in:
Mikan
2026-06-19 16:31:45 +03:00
parent d0d1f003ae
commit 5a78def096
21 changed files with 1250 additions and 548 deletions

View File

@@ -25,7 +25,8 @@ EDITABLE_SETTING_KEYS = {
"context.summary_messages": int,
"context.max_tokens_total": int,
"triggers.enabled": bool,
"triggers.check_interval": int,
# Note: triggers.check_interval was removed — triggers now fire in-process
# when in-game time changes, not via a polling worker.
# Embeddings / RAG
"embedding.provider": str, # "hash" | "openai"
"embedding.base_url": str, # OpenAI-compatible base URL (e.g. http://localhost:1234/v1)