Slimy619 commited on
Commit
f562ed1
·
1 Parent(s): f037927

Update space

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -105,6 +105,8 @@ class ChatLLM:
105
  stop=TOKEN_STOP,
106
  ):
107
  answer = output
 
 
108
  history[-1][1] += answer # here we append the answer to the last message in the history
109
  # stream the response
110
  yield history, history
 
105
  stop=TOKEN_STOP,
106
  ):
107
  answer = output
108
+ print("this is the answer")
109
+ print(answer)
110
  history[-1][1] += answer # here we append the answer to the last message in the history
111
  # stream the response
112
  yield history, history