chatgpt-python icon indicating copy to clipboard operation
chatgpt-python copied to clipboard

Unofficial Python SDK for OpenAI's ChatGPT

Results 18 chatgpt-python issues
Sort by recently updated
recently updated
newest added

--------------------------------------------------------------------------- HTTPError Traceback (most recent call last) [/usr/local/lib/python3.8/dist-packages/chatgpt/authentication.py](https://localhost:8080/#) in login(self, username, password) ChatgptError: Login error. Try again or use interceptor.js as explained in the documentation.

I think they are removing or changing the endpoint location. ``` appuser@adab2bb37b36:/workspaces/gottithebot$ python -m chatgpt > Write a blog about Augmented Reality for a 7 year old Traceback (most recent...

i have this error `chatgpt.errors.ChatgptError: Login error. Try again or use interceptor.js as explained in the documentation.` when i run the script

Hello, I get the following error "No access token. Please, provide an access_token or email and password through the constructor/config file" when trying to use the module. I am on...

I would suggest to add some controls so that if a user downloads the module with pip don't face to a ModuleNotFoundError

Got the following error when running the example code: `OSError: /usr/local/lib/python3.10/dist-packages/tls_client/dependencies/tls-client-amd64.so: cannot open shared object file: No such file or directory`

% chatgpt > summary 500 words about israel > ERROR: Login error. Try again or use interceptor.js as explained in the documentation. > exit

When running: (venv) PS C:\Users\Nesin\PycharmProjects\chatgpt-python> python -m chatgpt I get this error: C:\Users\Nesin\PycharmProjects\chatgpt-python\venv\Scripts\python.exe: No module named chatgpt.__main__; 'chatgpt' is a package and cannot be directly executed How can I solve...