openai-python
openai-python copied to clipboard
How to implement continuous dialogue with api
How to use the api to achieve contextual continuous dialogue like ChatGPT , such as the first call to the API to ask you what your name is, and the second re-request to get a different result. I tried to use ChatGPT to answer this question and it told me that I could take a conversation_id parameter, but I was prompted with an error when I actually used it.please help me, This is important