theAbdoSabbagh / UnlimitedGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
https://pypi.org/project/UnlimitedGPT/
GNU General Public License v3.0
346 stars 43 forks source link

[BUG] Response doesn't show up #34

Closed duckunz closed 1 year ago

duckunz commented 1 year ago

Description

When I run this code on jupyter notebook _"message = api.send_message( "What is 1 + 112323?", input_mode="INSTANT", ) print(message.response, message.conversationid)"

I got the question sent and answered on chatgpt, but the output on jupyter notebook did not show the response.

Here is the output on jupyter notebook

print(message.response, message.conversation_id) e5ced5ac-0c81-46da-afea-c8ca651xxxxx ( It only printed out my conversation id)

Thank you

im-alihashmi14 commented 1 year ago

@duckunz It's related to copy paste issue. It will only print that is copied to the clipboard. Its happening on MacOS only I have raised an Issue #33

theAbdoSabbagh commented 1 year ago

Duplicate of #33. Refer to that issue for updates on this bug.