ArturG9 commited on
Commit
8e29761
1 Parent(s): 8e41c14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def create_conversational_rag_chain(retriever):
135
  temperature=0.0,
136
  top_p=0.9,
137
  n_ctx=22000,
138
- n_batch=2000
139
  max_tokens=200,
140
  repeat_penalty=1.7,
141
  last_n_tokens_size = 200,
 
135
  temperature=0.0,
136
  top_p=0.9,
137
  n_ctx=22000,
138
+ n_batch=2000,
139
  max_tokens=200,
140
  repeat_penalty=1.7,
141
  last_n_tokens_size = 200,