jmtatsch

Results 145 comments of jmtatsch

I have almost the same issue with vicuna 1.1: ``` babyagi | *****TASK RESULT***** babyagi | babyagi | You are an AI who performs one task based on the following...

On ubuntu you would need to install the build essentials. On Mac` xcode-select --install` On windows maybe something like this https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 For docker look at this issue: https://github.com/yoheinakajima/babyagi/issues/240

Piper works well on Mac also if you build from source and make a tiny change to the CMakelist 🙈 I am pretty sure @synesthesiam will get around to merging...

Can the existing base url for openai tts be made configurable? I found this adapter https://github.com/matatonic/openedai-speech serving an openai tts api with either piper or coqui TTS the back

I think it would be best if open webui just enables us to set a different TTS base url via ENV variable like OPENAI_TTS_BASE_URL. Like that users can plug in...

@tjbck would you be open to the approach taken in https://github.com/lee-b/open-webui should someone create a pull request?

since cbd18ec you should be able to set your own openai compatible base url

Works wonderfully now. https://github.com/matatonic/openedai-speech wraps piper, xtts_v2 and parler-tts by the way so there is a good choice of qualities and latencies

> I attempted to reorganize the docker-compose to leverage the Supabase containers and docker network. Unfortunately, the front-end container struggles to connect. I must use the 'network_mode: host' for the...

Just upgraded to v0.1.108. Problem is still there. The other phi recipe works https://openwebui.com/m/sukmyfinga/sme-dolphin-phi:latest So maybe it's just an older recipe that has become incompatible with updates?