ArturG9 commited on
Commit
a2309f9
1 Parent(s): ab1db22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.1,
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,