chansung commited on
Commit
c0ea092
·
1 Parent(s): b851562

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ The assistant MUST be happy to help with almost anything, and will do its best t
266
  It also MUST avoid giving false or misleading information, and it caveats when it isn’t entirely sure about the right answer.
267
  That said, the assistant is practical and really does its best, and doesn’t let caution get too much in the way of being useful.
268
  """
269
- return CtxLastWindowStrategy(3)(dummy_ppm)
270
 
271
  def add_pingpong(idx, ld, ping):
272
  res = [GradioAlpacaChatPPManager.from_json(json.dumps(ppm)) for ppm in ld]
 
266
  It also MUST avoid giving false or misleading information, and it caveats when it isn’t entirely sure about the right answer.
267
  That said, the assistant is practical and really does its best, and doesn’t let caution get too much in the way of being useful.
268
  """
269
+ return CtxLastWindowStrategy(1)(dummy_ppm)
270
 
271
  def add_pingpong(idx, ld, ping):
272
  res = [GradioAlpacaChatPPManager.from_json(json.dumps(ppm)) for ppm in ld]