ChavinloSocialRise commited on
Commit
fd8ef60
·
verified ·
1 Parent(s): 7516083

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ def respond(
197
  temperature=temperature,
198
  top_p=top_p
199
  )
200
- print("neg: ", message.choices[0].delta.content, end="")
201
  return message.choices[0].message.content
202
  else:
203
  raise Exception(f"Invalid suspicious type:{suspicious}")
 
197
  temperature=temperature,
198
  top_p=top_p
199
  )
200
+ print("neg: ", message.choices[0].message.content, end="")
201
  return message.choices[0].message.content
202
  else:
203
  raise Exception(f"Invalid suspicious type:{suspicious}")