Skip to content

Commit

Permalink
Update chatbotv3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liufufa committed Mar 21, 2023
1 parent 993654a commit caf7149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbotv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def ask_stream(
},
stream=True,
)
print('resp=' + response)
print('resp=' + str(response))
if response.status_code != 200:
print('response error')
raise Exception(
Expand Down

0 comments on commit caf7149

Please sign in to comment.