HaroldPetersInskipp / node-red-contrib-chatgpt

A Node-RED node that interacts with OpenAI machine learning models to generate text and image outputs like 'ChatGPT' and 'DALL·E 2'.

Home Page:https://flows.nodered.org/node/node-red-contrib-custom-chatgpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to select model with `msg.model`

HaroldPetersInskipp opened this issue · comments

Allow users to select the model to be used with a message property such as msg.model, so that going forward any model can be selected without needing additional support. Additionally, the nodes help dialog should contain a maintained up-to-date list of models that can be used with this node.

A sensible default option or user set option in the nodes edit dialog may be a good requirement as well.

Any ETA for this? It would be a great feature!

Came here to leave the exact same suggestion! This is a new feature that could future-proof this node for some time.

commented

with all the new models coming out, this would be a great improvement

second that

msg.model is now a supported property to select any chat model going forward.