Replies: 4 comments
-
When I look into the Documentation of Azure I see this: as the BaseURL |
Beta Was this translation helpful? Give feedback.
-
I tried this but it does not work... i double checked the deployment name and resources name to be correct.
|
Beta Was this translation helpful? Give feedback.
-
Ok, I do not an active azure service instance. But the 404 shows you that something is not there what you excepted to be there. But that's not an issue of paperless-ai and nothing I can fix. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. To use this in mealie I need to add these options: OPENAI_BASE_URL: https://.cognitiveservices.azure.com/openai/deployments/gpt-4o-mini I wonder if the issue is that we can't provide the api-version, and maybe it expects the custom header in a strange way? |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I tried the Azure Open API Endpoint with the custom provider but it always return "Resource not found"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should work
Additional context
I also tried * Use https://{INSTANCE}.openai.azure.com as url
Beta Was this translation helpful? Give feedback.
All reactions