Ruby
Ruby
@andersfylling so how do use use the query from = weaviate_client.query? Later on you use json.dumps({"query": request})) , not the query variable
How do you know about that @JushBJJ ? ChatGPT history is only 4K tokens. You can confirm it yourself.
adding general possibilities for plugins would be cool. I've seen some guy doing it https://github.com/artmatsak/horace
I used https://existential.audio/blackhole/ for collecting audio and selecting which channels I want to record
Do you have mac? I have the same problem. PyAudioWPatch is not supported on mac : )
@zhanglikesunshine which OS do you have? If someone has mac, there is an issue about adding support to mac https://github.com/SevaSk/ecoute/issues/10
Yes, for me it's the same! And your issue was the first in the issue list for me (god thank you) ``` { "device" : { "id" : null, "is_active"...
Maybe it would help just to allow the device ID null
Were you successful to launch the test app? Somehow only when I explicetly used command `pnpm install vite` in testapp/vanilla folder, only then `pnpm dev` worked However, it does not...
just run into the same issue! thank you for the solution @tspng i deleted the package with `pipx uninstall` and reinstalled for python 3.11 with `pipx install --python /path/to/python ospeak`...