This module implements OPENAI's GPT API as a MagicMirror Module. You can ask questions or give commands to your MagicMirror using voice or text. You will then receive a response via voice or text. (GPT-4o
compatible)
cd <MagicMirror Directory>/modules
git clone https://github.com/MMRIZE/MMM-GPTAssistant
cd MMM-GPTAssistant
npm install
cd <MagicMirror Directory>/modules/MMM-GPTAssistant
git pull
npm update # OR `npm install`