Sendery

Results 8 comments of Sendery

I'm also looking forward for a way on how to update (rerender) a Display in the canvas and add a feature for dobule click in a block and open a...

Seeing the same issue on MacOS when installing with pip.. I'm going to try it compiling from source

@williamcorney I did compile it, or I think... I did have to download the piper-phonemize into the lib folder. I download a few architectures (macos-aarch64 and Linux-arm64) The compilation work...

#This work for me: and took me a lot of time to find a proper way to stop gracefully the ffmpeg process# ```python import ffmpeg, time #Setup for recording windows...

Please consider add a wrapper/function to stop the process, or at least add some notes one this line to the readme or api documentation @kkroening Anyway Thank you very much

Same here for Jetsona Nano 2B

It work if you use this langchain implementation: ```python import langchain from langchain.llms import OpenAI # To make the caching really obvious, lets use a slower model. llm = OpenAI(model_name="text-davinci-002",...