Blood076 commited on
Commit
45df0cc
·
verified ·
1 Parent(s): a4fd8f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ for val in history:
43
  top_p=top_p,
44
  ).choices[0].message.content
45
 
46
- return response
47
 
48
 
49
  """
 
43
  top_p=top_p,
44
  ).choices[0].message.content
45
 
46
+ #return response
47
 
48
 
49
  """