ffreemt commited on
Commit
7564484
1 Parent(s): 1d516ba

Update removal of append_history=False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,7 +300,7 @@ def api_fn( # pylint: disable=too-many-arguments
300
  input_text,
301
  history=history,
302
  # max_length=max_length,
303
- append_history=False,
304
  )
305
  # logger.debug(f"{res=} \n{_=}")
306
  except Exception as exc:
 
300
  input_text,
301
  history=history,
302
  # max_length=max_length,
303
+ # append_history=False,
304
  )
305
  # logger.debug(f"{res=} \n{_=}")
306
  except Exception as exc: