mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-15 20:20:24 +00:00
docs(env): correct prefill default example values to match the code
Greptile caught two example values that disagreed with the code defaults in api/streaming.py: PREFILL_MESSAGES_SCRIPT_TIMEOUT is 5s (not 10) and PREFILL_CONTEXT_MAX_CHARS is 12000 (not 20000). An operator uncommenting either line verbatim would have silently diverged from the real default. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -105,8 +105,8 @@
|
||||
# Script whose stdout prefills new-session context (legacy generic hook; the
|
||||
# WebUI dynamic-recall hook in config.yaml takes precedence when configured).
|
||||
# HERMES_WEBUI_PREFILL_MESSAGES_SCRIPT=/path/to/script
|
||||
# HERMES_WEBUI_PREFILL_MESSAGES_SCRIPT_TIMEOUT=10
|
||||
# HERMES_WEBUI_PREFILL_CONTEXT_MAX_CHARS=20000
|
||||
# HERMES_WEBUI_PREFILL_MESSAGES_SCRIPT_TIMEOUT=5
|
||||
# HERMES_WEBUI_PREFILL_CONTEXT_MAX_CHARS=12000
|
||||
|
||||
# Extra sources for the notes drawer (see docs for the expected format).
|
||||
# HERMES_WEBUI_EXTERNAL_NOTES_SOURCES=
|
||||
|
||||
Reference in New Issue
Block a user