Anthony Hayward

Results 23 comments of Anthony Hayward

Try setting the mic as the default communications device rather than the default device. It should let you right click and set both. does it say anything in terminal? Or...

Do you have a lot of noise in your room? Sometimes, things like air conditioning can permanently cause miles to be stuck in a state of listening. Sometimes it can...

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`

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

Looks awesome. You should probably change the models in the code to cheaper models. gpt-4-turbo => gpt-4o gpt-4-vision-preview => gpt-4o or gpt-4o-mini (same image processing costs and speed, vision preview...

> I'm also doing a rewrite of the main.js file for M.I.L.E.S to be usable on a raspberry pi. My idea is you could have a raspberry pi running the...

> If needed, i can always contribute directly to the main repo if you want. Sure, that sounds great! You could add a provider selector to the setup screen, so...

Seems that Miles or the speech recognition accidentally provided a character that cannot be processed in python. To fix this, delete the file named `conversation_history.txt`. Then go ahead and try...

The spotify error might be related to Spotify's own servers for their API being down, Miles does not have the capacity to request changes that it is not allowed to...

You need to provide all api keys, if any of them are empty nothing else will work