I am trying to get ChatGPT to read longer sentences.
I tried to cut the long sentences into small pieces, throw them to the API in a row and try to keep the session coming back from the API.
But the session was not returned.
$cookies = curl_getinfo($ch, CURLINFO_COOKIELIST); //PHP Code
If the above code would have returned, I would have been happy.
How can I get ChatGPT to read my long text?
https://api.openai.com/v1/files
Can I upload a text file to the above endpoint and have ChatGPT read it?
Thanks for reading.