Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def create_conversational_rag_chain(retriever):
|
|
164 |
model_path = "Qwen2-0.5B-Chat_SFT_DPO.Q8_0.gguf",
|
165 |
seed = 42,
|
166 |
n_gpu_layers=0,
|
167 |
-
temperature=0.
|
168 |
n_ctx=22000,
|
169 |
n_batch=2000,
|
170 |
max_tokens=200,
|
|
|
164 |
model_path = "Qwen2-0.5B-Chat_SFT_DPO.Q8_0.gguf",
|
165 |
seed = 42,
|
166 |
n_gpu_layers=0,
|
167 |
+
temperature=0.0,
|
168 |
n_ctx=22000,
|
169 |
n_batch=2000,
|
170 |
max_tokens=200,
|