Omnibus commited on
Commit
2ef6d02
1 Parent(s): 780f351

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ top_p=0.95
22
  repetition_penalty=1.0
23
 
24
  def compress_history(history,temperature=temperature,top_p=top_p,repetition_penalty=repetition_penalty):
 
25
  formatted_prompt=f"{COMPRESS_HISTORY.format(history=history)}"
26
  generate_kwargs = dict(
27
  temperature=temperature,
 
22
  repetition_penalty=1.0
23
 
24
  def compress_history(history,temperature=temperature,top_p=top_p,repetition_penalty=repetition_penalty):
25
+ print("COMPRESSING")
26
  formatted_prompt=f"{COMPRESS_HISTORY.format(history=history)}"
27
  generate_kwargs = dict(
28
  temperature=temperature,