theAbdoSabbagh / UnlimitedGPT

An unofficial Python wrapper for OpenAI's ChatGPT API

Home Page:https://pypi.org/project/UnlimitedGPT/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Response doesn't show up

duckunz opened this issue · comments

Description

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

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)

  • Python version: 3.10.9
  • Operating System: MacOS
  • UnlimitedGPT version: 0.1.9.2

Thank you

@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

commented

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