Darayut commited on
Commit
8a7f3b7
·
verified ·
1 Parent(s): 9b43b25

Update src/simple_rag.py

Browse files
Files changed (1) hide show
  1. src/simple_rag.py +3 -3
src/simple_rag.py CHANGED
@@ -115,9 +115,9 @@ def ask_question(query_text: str, k: int = 3):
115
  "chat_template_kwargs": {
116
  "thinking_mode": "off"
117
  },
118
- "cache": {
119
- "no-cache": True
120
- }
121
  },
122
 
123
  max_tokens=512
 
115
  "chat_template_kwargs": {
116
  "thinking_mode": "off"
117
  },
118
+ "cache": {
119
+ "no-cache": True
120
+ }
121
  },
122
 
123
  max_tokens=512