ankanghosh commited on
Commit
9e1234b
·
verified ·
1 Parent(s): 6db9ddb

Update data-handling-doc.md

Browse files
Files changed (1) hide show
  1. docs/data-handling-doc.md +1 -1
docs/data-handling-doc.md CHANGED
@@ -537,7 +537,7 @@ This privacy-first approach ensures that users can freely explore spiritual ques
537
  To respect copyright and ensure fair use, answers are limited to a configurable word count using the actual implementation from rag_engine.py:
538
 
539
  ```python
540
- def answer_with_llm(query, context=None, word_limit=100):
541
  # ... LLM processing ...
542
 
543
  # Extract and format the answer
 
537
  To respect copyright and ensure fair use, answers are limited to a configurable word count using the actual implementation from rag_engine.py:
538
 
539
  ```python
540
+ def answer_with_llm(query, context=None, word_limit=200):
541
  # ... LLM processing ...
542
 
543
  # Extract and format the answer