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

0.2.1 - Change POST to relative path #21

Closed joepavitt closed 1 year ago

joepavitt commented 1 year ago

Description

We call the POST with an absolute URL, this should be relative to account for varying Editor paths.

Related Issue(s)

Fixes #16

Checklist