I want to add memory key in chat gpt

I want to add a memory key in my ChatGPT text completion. But I don’t see any field. I really appreciate any help you can provide.

Use the Message an Assistant module, it provides you a thread id that you can reuse for the same assistant thread.

2 Likes

I’m building a conversational chatbot for that I want to use a contact id as a memory key. Is that possible?

You’ll need to store the contactId against the threadId somewhere then. Perhaps the data store would work?

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes

Does this mean making an airtable or google sheet for example with contact ID and threadId? What do you mean by the data store? thanks

Welcome to the Make community!

Yes that’s right.

Screenshot_2024-06-03_230603

The Make Data Store is also an app, similar to Sheets and Airtable.

The difference is that since it is hosted by Make, the result is near instantaneous when calling the modules.

For more information, see https://www.make.com/en/help/tools/data-store

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like

Awesome thanks very much. For the case of an AI dialler that could make a request to make as an inbound call comes in (to get the chat history), how would you suggest i construct the logic?

:point_up_2:Bearing in mind that the end of call report will upload the call transcript to the assistant im guessing?