Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 491 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 491 Bytes

MMM-GPTAssistant

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)

INSTALL

cd <MagicMirror Directory>/modules
git clone https://github.com/MMRIZE/MMM-GPTAssistant
cd MMM-GPTAssistant
npm install

UPDATE

cd <MagicMirror Directory>/modules/MMM-GPTAssistant
git pull
npm update # OR `npm install`