Replies: 3 comments
-
|
Anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@tjbck Is this a known issue? I didn't create an issue since they always get shoved into discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
After further testing Open-WebUI doesn't have any OpenAI files endpoints. The format is not the same. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started playing with
openai-pythonfor connecting to Open-WebUi and ran into multiple issues.base_url=https://hostname/apiPOST /api/v1/files/, but openai-python usesPOST /api/v1/files. I tried using a rewrite rule in nginx but the request just timeout and Open-WebUI never responds./api/v1/modelsreturns an empty response./api/assistantendpoint, probably because it's in beta./api/v1/filesor use embeddings?Example code that will fail with HTTP 405 wrong method when talking to Open-WebUI.
Adding a rewrite rule to add the trailing slash, just makes the request timeout.
Related issue: #3198
Beta Was this translation helpful? Give feedback.
All reactions