Looking for a Chat bot plugin like chatGPT
Looking for a Chat bot plugin like chatGPT
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:
Hope that this helps!
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