fix: count history tokens from chunks, remove old UI setting limit (#2196)

This commit is contained in:
Alex
2025-12-17 01:34:17 +00:00
committed by GitHub
parent aacf281222
commit af3e16c4fc
12 changed files with 3 additions and 77 deletions

View File

@@ -73,7 +73,6 @@ def sample_answer_request():
"conversation_id": None,
"prompt_id": "default",
"chunks": 2,
"token_limit": 1000,
"retriever": "classic_rag",
"active_docs": "local/test/",
"isNoneDoc": False,