terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

anyone help this problem #140

Closed ashiqbinamzad closed 1 year ago

ashiqbinamzad commented 1 year ago

Traceback (most recent call last): File "C:\Users\miste\PycharmProjects\pythonProject\main.py", line 24, in response = session_api.send_message(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\miste\PycharmProjects\pythonProject\venv\Lib\site-packages\pyChatGPT\pyChatGPT.py", line 460, in send_message conversation_id = matches.group() ^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'group'