Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def create_conversational_rag_chain(retriever):
|
|
164 |
model_path = "qwen2-0_5b-instruct-q8_0.gguf",
|
165 |
seed = 41,
|
166 |
n_gpu_layers=0,
|
167 |
-
temperature=0.
|
168 |
n_ctx=25000,
|
169 |
n_batch=2000,
|
170 |
max_tokens=300,
|
|
|
164 |
model_path = "qwen2-0_5b-instruct-q8_0.gguf",
|
165 |
seed = 41,
|
166 |
n_gpu_layers=0,
|
167 |
+
temperature=0.4,
|
168 |
n_ctx=25000,
|
169 |
n_batch=2000,
|
170 |
max_tokens=300,
|