Lumi
Lumi
Considering the framework is quite light already with not really having any AI, I hadn't really considered HC as an option. Not to mention that I haven't really developed anything...
I wish I had the time to work on it right now but I'm mostly busy with university stuff. I'd like to get everything in the development branch tested, fixed...
I just tested this on Windows 10, with media keys, on both Chrome 87.0.4280.66 (64 bit) & Firefox 83.0 (64-bit). "Pause" and "Play" seem to be working just fine (I...
What OS does this add support for? I'm not quite sure which OS uses the `mvp` command for playing sounds. Calling this cross-platform support isn't exactly correct, since for example,...
Fair enough. You might want to amend the documentation on installation per platform.
This seems to only support Mac OS (as it uses the afplay command for Mac OS), which seems funny because something like this could easily use for example the `playsound`...
@0x33dm The docker container solution by @coreh above works as of `2024-04-20`. Simply download [Docker desktop](https://docs.docker.com/desktop/), and in your project directory root, create a file called `docker-compose.yml` and copy &...
@0x33dm I suggest looking at what the serverless-redis-http docker container is running, which is an HTTP proxy for a Redis server. It's meant to catch any requests to an HTTP...
@0x33dm There are essentially no reasons to switch from Redis to KV, especially if you are just using it only locally. The appeal of Vercel KV is often that it...
Hi Dosu, Thanks for reaching out! I’m happy to say that this issue is still a thing with the latest version of LangChain. Let me know if you need anything...