Simon
Simon
That's really interesting! I experienced this myself but can not find the waveform that produced this. It would be interesting to know if the vad-segment is correct or if it's...
Hey @jrappeneker I can certainly take a look (even though it might take some days). You can reach me at [email protected] Just send me an NDA or something similar if...
Possible dupe of #300
At https://github.com/home-assistant/intents/blob/fe0599e6af5e812fe7c5adb92d5323461c99666d/sentences/fr/_common.yaml#L533 you can find the current variations for the verb and add yours there
In order to get this integration to work with Ollama I would advice using [lite-llm ](https://github.com/BerriAI/litellm) and changing the `DEFAULT_CONF_BASE_URL` to the lite-llm proxy.
Hi! I opened a PR for something like this in the ElevenLabs integration in HA now. In case this is something you are still interested in, I would be happy...
Hi! I'm not sure whether it would be easy to contribute this to the core repo as core requires any communication with an external service to be done through a...
Did you try `pip install rouge-score` ? See [this issue](https://github.com/huggingface/evaluate/issues/329#issuecomment-1290662904)
The [Python Release Notes](https://docs.python.org/3/whatsnew/3.12.html#imp) actually state a preferred way to replace `load_source` which differs slightly from the one you're using.
As a follow up: I faced a similar issue with imports, for me it was a version mismatch in the lean toolchain between the lake environment I was running the...