Skip to main content
Solved

How to save a customer and chatgpt conversation, so that chatgpt has a coherent conversation?

  • February 14, 2024
  • 5 replies
  • 343 views

franciscoagarbarino
I have a flow on manychat where chatgpt talks to whatsapp. can respond, but cannot maintain a coherent conversation. I had an idea of ​​​​using Make, to save the data entered by users in WhatsApp and generate a conversation field so that chatgpt can speak coherently and then return that field to manychat to give it by message to the client, but I can't achieve it. somebody help me?

Best answer by Gustavo Boregio

You basically have to manage the conversation and send the conversation history on your external request.

Here’s the API reference: https://platform.openai.com/docs/api-reference/chat/create

 

You have to create the logic inside Manychat to manage the queue of messages effectively and create the memory you want.

5 replies

Mustafa
  • Up-and-Comer
  • February 26, 2024

I am intrested to make a coherant conversation as well.


Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • February 26, 2024

You need to use the API connection (not the default ChatGPT action), and built in memory onto it.

I can help you with this, and we also have a working template with everything necessary to get it running quickly.

Feel free to DM me or @josemartinez.co if you need more details or help.

PS: Podemos hablar en español también, más fácil ;)


bhaskarg
  • Up-and-Comer
  • June 19, 2024

@Gustavo Boregio can you share the details for this please. Thanks.


Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • Answer
  • June 19, 2024

You basically have to manage the conversation and send the conversation history on your external request.

Here’s the API reference: https://platform.openai.com/docs/api-reference/chat/create

 

You have to create the logic inside Manychat to manage the queue of messages effectively and create the memory you want.


emae13
  • Up-and-Comer
  • August 9, 2024

@Gustavo Boregio tengo el mismo problema, te busqué en privado!