diff --git a/chatbotv3.py b/chatbotv3.py index b0aa57c..00613e2 100644 --- a/chatbotv3.py +++ b/chatbotv3.py @@ -118,8 +118,9 @@ def ask_stream( }, stream=True, ) - print(response) + print('resp=' + response) if response.status_code != 200: + print('response error') raise Exception( f"Error: {response.status_code} {response.reason} {response.text}", )