FlowFuse / node-red-function-gpt

A Node-RED node that adds "Ask ChatGPT" option to a duplicate of the built-in function node.
Apache License 2.0
29 stars 2 forks source link

Retain Conversation History #12

Open joepavitt opened 1 year ago

joepavitt commented 1 year ago

Description

Each time a new prompt is provided by the Node-RED user, we send a fresh conversation to OpenAI, meaning that knowledge of previously asked questions are not retained.

Storing some context of the history of conversation would allow iterative edits on the content provided by ChatGPT.

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate