Anthony Hayward
Anthony Hayward
You don't need a premium account, just a free developer account. To use the Spotify features you need a premium account, but the app will work without one as long...
Adjust the threshold in main.py,They are located at Line 1071 and line 1084. Adjust the correct one for your platform.
You either have a very loud room, a noisy mic, or the mic isn't working for Miles at all
My wake word detection doesn't use transcribed words to hear you, it uses a neural network to predict when you say the word, so it might go off, and then...
Also same issue on M3 Pro
Local LLMs are easy, use ollama serve and replace the OpenAI models with local models. Some assembly required but it's fairly simple, most people don't have the hardware to run...
You don’t need a pivovoice api key, the wake word detection is built in manually. The no module error is from an issue I can’t fix, you have to manually...
The guide works, macOS runs scripts in a separate environment depending on your macOS version, when it installs the modules it installs them in an environment where your python instance...
Those are warnings, not errors, the prefixed "Python Error" is a prefix that I put there to make warnings are errors more readable. The code will run with warnings present.
The actual logic that lets you talk and receive speech from Miles shouldn't stop working, it's just the UI that stops showing messages. Just remove line 75 from renderer.js and...