BK
BK
I have tested it, it does not work. It will complain about react-dom being an unmet peer dependency.
I also started getting the same issue.
Has this idea been abandoned? I run Swarmpit and Traefik and I am interested in deploying OpenFaaS but not sure how to approach this.
It would be a great thing if Elementor team collaborated with WP Job Manager team, knowing that both plugins are well known. Please make this happen.
On VS Code, language servers do not start themselves. The way it works according to [VS Code Language Server Extension Guide](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide) is that an extension registers which schemas and languages...
pydub depends on audioop which was deprecated in Python 3.11 and removed in Python 3.13 There is a [PR](https://github.com/jiaaro/pydub/pull/816) but not merged yet.
@tinalenguyen there is an issue since your last update. I tried to debug it but I am unable to find a solution. The final audio includes the participant's speech but...
Yes @tinalenguyen, I am using the same code you shared. Here is a [gist](https://gist.github.com/Bilal-io/628d35a21f88b0cc21a395ea8f93248f) I am able to converse with the agent without any issue. But as stated before the...
Hey @tinalenguyen thank you for the quick fix. I am seeing two different issues: 1- First call works fine, second call causes an error `...return stt(self, record_audio(), model_settings)...` But I...
Thank you @tinalenguyen for looking into this. The audio recording still contains the stuttering. Also, the code you change you had requires invoking the `record_audio` in `async for event in...