Spaces:
Sleeping
Sleeping
Update src/simple_rag.py
Browse files- 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 |
-
|
| 119 |
-
|
| 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
|