Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Update pyChatGPT.py #152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update pyChatGPT.py #152

wants to merge 1 commit into from

Conversation

Kolhax
Copy link

@Kolhax Kolhax commented May 11, 2023

fix:
#151

@shijiale0609
Copy link

Here is what I find a new error report.

ValueError Traceback (most recent call last)
Cell In[2], line 1
----> 1 resp = api.send_message("Hello, tell me three jokes")

File ~\anaconda3\envs\openai\lib\site-packages\pyChatGPT\pyChatGPT.py:476, in ChatGPT.send_message(self, message, stream)
474 return {'message': content, 'conversation_id': conversation_id}
475 else:
--> 476 raise ValueError('Could not extract conversation ID')

ValueError: Could not extract conversation ID

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants