ArturG9 commited on
Commit
b231598
·
verified ·
1 Parent(s): af609da

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-instruct-q8_0.gguf",
165
  seed = 41,
166
  n_gpu_layers=0,
167
- temperature=0.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,