openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.82k stars 499 forks source link

Sending chat_id #261

Closed chrisgrim closed 10 months ago

chrisgrim commented 10 months ago

Hi, Is it in the roadmap to be-able to include the chat_id in the chat() request? (Thanks so much for this awesome plugin)

gehrisandro commented 10 months ago

Hi @chrisgrim

I don't know, what you mean. Could you explain in detail?

chrisgrim commented 10 months ago

I just realized I was going off data provided by the openai chatgpt LOL. When I do research on continuous conversation on the actual openai api page I realized you have to provide your own previous conversations every time you submit.