Olicorne

Results 574 comments of Olicorne

FYI an enthusiastic OpenAI employee is making itself available to help projects if they have issues implementing support for the realtime API. Look for `sean` in [this hn thread](https://news.ycombinator.com/item?id=43762409)

Oh my god this is incredible. Thanks a lot and you made me laugh. I am rejoicing! Btw I don't remember seeing this feature when perusing the documentation, I think...

Hi, this is definitely the plan. But the issue is that you can't have external dependencies in a pipe or in a function, so it has to be a pipeline....

Hello again. I just realized that adding [the wdoc summary prompt](https://github.com/thiswillbeyourgithub/wdoc/blob/7d6570b1870b7a35231d46a685d31a6ea282747a/wdoc/utils/prompts.py#L23) as a system message to an open-webui model equipped with the tools [web scrape](https://openwebui.com/t/whirlybird/web_scrape) and [youtube transcript provider](https://openwebui.com/t/thearyadev/youtube_transcript_provider_lc) is...

Good news : I recently found out that we can supply a requirements to install in openwebui tools (which are much simpler than pipelines). I don't know if this is...

Still a work in progress but here is the tool : https://github.com/thiswillbeyourgithub/openwebui_custom_pipes_filters/blob/main/tools/wdoc_tools.py The parser seems to work okay. The summarizer not yet because open-webui's logging is broken at the moment....

I pushed a new version I have not yet tested if you want. Largely revamped following my new ideas. It is using the latest wdoc release I just pushed although...

Did try some more things. I can't for the life of me figure out why it keep crashing because of lack of ANTHROPIC_API_KEY. It is as if the input arguments...

I'm running into this issue: `Couldn't import wdoc: '/usr/local/lib/python3.11/site-packages/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZN2at4_ops9fft_irfft4callERKNS_6TensorESt8optionalIN3c106SymIntEElS5_ISt17basic_string_viewIcSt11char_traitsIcEEE'`. Even though I'm able to do `import wdoc` in the python repl inside the container. I tried to...

This seems to be due to this env variable set in openwebui: `"LD_LIBRARY_PATH": "/usr/local/lib/python3.11/site-packages/cv2/../../lib64::/usr/local/lib/python3.11/site-packages/torch/lib:/usr/local/lib/python3.11/site-packages/nvidia/cudnn/lib"`