small-cactus / M.I.L.E.S

M.I.L.E.S, a GPT-4-Turbo voice assistant, self-adapts its prompts and AI model, can play any Spotify song, adjusts system and Spotify volume, performs calculations, browses the web and internet, searches global weather, delivers date and time, autonomously chooses and retains long-term memories. Available for macOS and Windows.
https://github.com/small-cactus/M.I.L.E.S
MIT License
111 stars 20 forks source link

Projection mode? #23

Open letmefocus opened 5 days ago

letmefocus commented 5 days ago

Exactly what the title says. How do we use the projection mode?

Changine the line win.loadFile('index.html') to win.loadFile("indexProjection.html");

shows the correct file, but animations and everything doesn't work.

small-cactus commented 5 days ago

After you change the line, rename the following files to the correct names in the order they are given:

  1. renderer.js -> rendererDefault.js

  2. rendererProjection -> renderer.js

letmefocus commented 4 days ago

Should I create a fork for a completely local version of M.I.L.E.S? I already have it completely implemented, running either Ollama, or LM Studio, along with using either ElevenLabs for a TTS api, or a local one.

small-cactus commented 4 days ago

Yes that would be amazing, I’ll put the link to your fork somewhere in the readme so it can be found.