May I ask, I need the nodebb plugin openai plugin on my internal network? This project has been downloaded through npm, but I don't have a network. How can I install this plugin.
You can put it in the node_modules folder and activate it with ./nodebb activate nodebb-plugin-openai. Keep in mind without an internet connection that plugin won't work as it communicates with the openai api.
nodebb-plugin-openai doesn't use streaming responses it sends the post to openai and once the response is received it makes a reply in the topic or chat.