This commit is contained in:
2026-07-07 15:28:28 +02:00
parent 499f91e16a
commit 32c8bbe0a9
52 changed files with 3420 additions and 328 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ logger = logging.getLogger(__name__)
CITATION_MARKER = re.compile(r"\[(\d+)\]")
CHAT_TOP_K = 8
MAX_CONTEXT_CHARS = 9000
CHAT_MAX_TOKENS = 900
CHAT_TOP_K = 10
MAX_CONTEXT_CHARS = 16000
CHAT_MAX_TOKENS = 1400
SYSTEM_PROMPT = (
"You are the DeepSearch research assistant. Answer the user's question using ONLY "