Question By
Unsolved

Looking for a Chat bot plugin like chatGPT

ngatsejacques

Dec 28th, 2022 11:20 PM

Looking for a Chat bot plugin like chatGPT

bobbyiliev

Dec 28th, 2022 11:44 PM

Hi there,

I don't think that OpenAI has a model that you could use yet. However you could use the text-davinci-003 model and implement a similar solution.

You could use the OpenAI Laravel package here:

OpenAI PHP for Laravel

Hope that this helps!

ngatsejacques

Jan 5th, 2023 01:33 AM

Hi, thank you for your answer, i already implemented davinci-003. But it's more about the chat plugin, to make it simple, i'm looking for a chat plugin. And if it's a php/laravel package that handle saving conversations and other stuff that would be great