Nick Bento

Results 75 comments of Nick Bento

I assume you are referring to some of the preprocessing done in WIS around the TTS functionality? That logic is fairly rudimentary for basic number cases (temperature for instance, or...

Related to #125 This is more or less the same limitation of SpeechT5, and TTS in general. TTS doesn't always do well with acroynms because it is trying to parse...

https://github.com/toverainc/willow-inference-server#configuration :)

This is potentially an issue with docker not passing traffic out to the host. How are you running the container?

I think others have found that docker on Mac does not work with network=host, i think you have to use network=bridge

I'm not sure what specific issue is occurring on mac, our Linux users use the original command you tried without issue. Maybe try running the docker the same way you...

Seeing similar. If i go ahead and update it breaks my devices and they are unable to talk to wifi or HA. If i fix the wifi with esp web...

FYI I resolved this recently by changing my yaml to look like this: ![image](https://github.com/user-attachments/assets/d4166b54-0294-4128-a379-a598db5f9659) Not sure if that's the intended fix, but based on the changes I saw in the...

Looks like this was fixed by an pr last month? https://github.com/linuxserver/docker-faster-whisper/pull/43

The issue is that technically, double slashes are allowed by the URL spec and normally it should work without issue, but maybe openHab doesn't like it. We could probably add...