-
-
Notifications
You must be signed in to change notification settings - Fork 134
Is there a way to implement this into open web UI? #423
Replies: 3 comments · 5 replies
-
@GoudaCouda This is all I know about it #344 (comment) People claim it works |
Beta Was this translation helpful? Give feedback.
All reactions
-
hmm i am getting these errors in my open web UI docker env not sure what to do honestly but ill have to mess around with it INFO: 172.17.0.1:36346 - "POST /audio/api/v1/config/update HTTP/1.1" 200 OK The above exception was the direct cause of the following exception: Traceback (most recent call last):
During handling of the above exception, another exception occurred:
During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
All reactions
-
I dont support Docker at this time/have not tested in docker though someone else is working on it #378 I would say however, you have not allowed or mapped something network wise in docker, based on that:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
ok yea your right that was a stupid issue but im running into an issue here im thinking maybe it isnt accessing my models correctly? ERROR [open_webui.apps.audio.main] 500, message='Internal Server Error', url='http://192.168.1.22:7851/v1/audio/speech' |
Beta Was this translation helpful? Give feedback.
All reactions
-
It is the API address of AllTalk https://github.com/erew123/alltalk_tts/wiki/API-%E2%80%90-Best-Practices-AllTalk-API-Integration |
Beta Was this translation helpful? Give feedback.
All reactions
-
I don't use openwebui a tun, but make sure the url for the openai api is pointing to the correct address. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yea that seems to be the right ip but im still getting an error . Are my models set up fine? ERROR [open_webui.apps.audio.main] 400, message='Bad Request', url='http://host.docker.internal:7851/v1/audio/speech' |
Beta Was this translation helpful? Give feedback.
All reactions
-
I couldnt tell you myself, as I say I dont support docker and have no experience with that app. Surface wise your settings look correct.
I have no idea with that IP mapping however, There is a basic web-page testing tool for OpenAI endpoints in the AllTalk system folder. Not sure if its possible for you to run that to test |
Beta Was this translation helpful? Give feedback.
-
Pretty much just title I have set the open web UI to my api port but i cant get it to work
Beta Was this translation helpful? Give feedback.
All reactions