artistypl commited on
Commit
fad85ed
1 Parent(s): c8b2b84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ def predict(input,
161
  VECTOR_SEARCH_TOP_K=VECTOR_SEARCH_TOP_K,
162
  web_content=web_content,
163
  chat_history=history,
164
- history_len=history_len,
165
  temperature=temperature,
166
  top_p=top_p,
167
  )
 
161
  VECTOR_SEARCH_TOP_K=VECTOR_SEARCH_TOP_K,
162
  web_content=web_content,
163
  chat_history=history,
164
+ history_len=HISTORY_LEN,
165
  temperature=temperature,
166
  top_p=top_p,
167
  )