train chatGPT on a conversation
Hi, I want to add several messages to a chat history for a chatGPT node. How do I do that? Here is a screenshop from make.com, see how they implemented it....

Solution
Yeah, as also mentioned by Christopher, @Thomas, You can simply modify the GPT node logic to have more roles and content accordingly, you can refer to this to edit the node - https://docs.buildship.com/basics/node#node-anatomy.
I've attached an example of the specific open AI text GPT node with an example of more content and roles.
Alternatively, you can use the Open AI Assistant node as well as it contains all the data of the chat history in the threadId - https://docs.buildship.com/ai-assistant/assistant
I've attached an example of the specific open AI text GPT node with an example of more content and roles.
Alternatively, you can use the Open AI Assistant node as well as it contains all the data of the chat history in the threadId - https://docs.buildship.com/ai-assistant/assistant
