@flowfuse/nr-assistant 0.1.2-91d5229-202407160719.0 → 0.1.2-b3dc6d0-202407160719.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ The capabilities it adds to Node-RED can be found in Node-RED editor on the main
|
|
|
25
25
|
{
|
|
26
26
|
"flowforge": {
|
|
27
27
|
"assistant": {
|
|
28
|
-
"enabled": true
|
|
28
|
+
"enabled": true
|
|
29
29
|
"url": "https://", // URL of the AI service
|
|
30
30
|
"token": "", // API token for the AI service
|
|
31
31
|
"requestTimeout": 60000 // Timeout value for the AI service request
|