ArturG9 commited on
Commit
953af91
·
verified ·
1 Parent(s): 0f22854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def create_conversational_rag_chain(retriever):
166
  model_path = "JCHAVEROT_Qwen2-0.5B-Chat_SFT_DPO.Q8_0.gguf",
167
  seed = 42,
168
  n_gpu_layers=0,
169
- temperature=0.0,
170
  n_ctx=22000,
171
  n_batch=2000,
172
  max_tokens=300,
 
166
  model_path = "JCHAVEROT_Qwen2-0.5B-Chat_SFT_DPO.Q8_0.gguf",
167
  seed = 42,
168
  n_gpu_layers=0,
169
+ temperature=0.1,
170
  n_ctx=22000,
171
  n_batch=2000,
172
  max_tokens=300,