I am testing using the Open AI API with the end-point:
https://api.openai.com/v1/completions
But, I find that on the website https://chat.openai.com/chat , we can simplely use the continue to ask the AI to give the answer with the context. And we can use continue mulittime to expand more the the max token limit.
Is it possible to use "continue" in the API or have the same effect?
I have try to use the user
field in the API, but still not work.