You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDEA: use NodeRED w/ ollama... and build an IoT assistant
minimally require 3 components in the flow:
something to handle speech to text (STT), another thing for text to speech (TTS) and a language model (LM) inference on the local gateway; a few possible packages listed here:
IDEA: use NodeRED w/ ollama... and build an IoT assistant
minimally require 3 components in the flow:
something to handle speech to text (STT), another thing for text to speech (TTS) and a language model (LM) inference on the local gateway; a few possible packages listed here:
Ollama node: https://flows.nodered.org/node/node-red-contrib-ollama
STT node: https://www.npmjs.com/package/node-red-contrib-streaming-stt
TTS node: https://flows.nodered.org/node/node-red-contrib-tts-ultimate
OpenAI node: https://github.com/rozek/node-red-flow-openai-api
OpenAI node: https://flows.nodered.org/node/@technithusiast/node-red-contrib-ai-intent
chatGPT node: https://flows.nodered.org/node/node-red-contrib-custom-chatgpt
Need also:
The text was updated successfully, but these errors were encountered: