OpenAi API integration to Laravel

Hi, I have fine-tuned OpenAI API for specific topic like Tax related queries, but now we are facing a struggle on integrate our website. our website developed on wordpress and php laravel,

Hi @tech19

Welcome aboard. PHP haters will say it is not good enough and you ought to use Python. Highly debatable. Apples & Oranges

Anyway, coming back to Laravel since it is PHP based, have a look at GitHub - orhanerday/open-ai: OpenAI PHP SDK : Most downloaded, forked, contributed, huge community supported, and used PHP (Laravel , Symfony, Yii, Cake PHP or any PHP framework) SDK for OpenAI GPT-3 and DALL-E. It also supports chatGPT-like streaming. (ChatGPT AI is supported) : works well . They also have a streaming example that you can refer to

You could probably customize it or integrate something similar within Laravel. Basically it is just a curl call, with streaming if you like

Good luck!