Olicorne
Olicorne
> I think the issue is with the `/architect` mode. I recommend being extra careful when using it to check if some edition weren't missed. If there are, I manually...
This is inherent to all whisper based models. Also related to #108 as cleaningup audio will return a very short result if it's silence so it wouls be ignored as...
Glad you keep an open mind. Off the top of my head: 1. Gradio recently unveiled their custom component system. I see some popping up here and there and rio...
> GPU implementations might harm reproducibility so does setting `n_jobs>=1` so i'd say there's definitely a tradeoff for performance vs repro
Btw this exists: ```python from sklearnex import patch_sklearn patch_sklearn(global_patch=True) import sklearn ``` Source: https://uxlfoundation.github.io/scikit-learn-intelex/latest/global-patching.html
Hi, i opened that issue yesterday: https://github.com/open-webui/open-webui/issues/10632 It's an issue related to filter functions (not pipelines) where I noticed that modifying the body in inlet and outputting it resulted in...
I totally agree!
In the API from the stats we can actually see a "top users" but it does not appear in the UI. I believe it would be nice to compute a...
You could count in "milestone days achieved". Like if I crawl 1 million urls it means I am responsible for 3 days until the next milestone or something
> This is really cool! My first thought is there's probably too much going on here for one PR, but let me look it over more closely and figure out...