When running without API, useAPI==False there is no curl file in the configuration file.
With these changes you can use the cURL version of PentestGPT.
I know it is deprecated, but I think using a combination of cURL and API calls may be useful for Issue #164.
I am trying to use the right endpoint to retrieve a conversation:
When running without API,
useAPI==False
there is no curl file in the configuration file. With these changes you can use the cURL version of PentestGPT. I know it is deprecated, but I think using a combination of cURL and API calls may be useful for Issue #164.I am trying to use the right endpoint to retrieve a conversation:
https://chat.openai.com/backend-api/conversation/{conversation_id}
https://chat.openai.com/backend-api/conversations
@GreyDGL, do you have any suggestions?