Skip to content

fix(azure): correct Azure OpenAI API URL construction and authentication #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ch3ck
Copy link

@ch3ck ch3ck commented Jul 24, 2025

Description

The current Azure implementation incorrectly constructs API URLs, leading to authentication failures when connecting to Azure OpenAI endpoints. The issue was in the path construction logic that didn't properly format deployment URLs according to Azure's API specification. This closes #459

Testing

  • All tests pass

@ch3ck ch3ck requested a review from a team as a code owner July 24, 2025 23:06
- Fixes Azure OpenAI authentication issues by implementing the correct URL format: /openai/deployments/{deployment-id}/{operation}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Azure Support] Azure OpenAI Authentication fails due to incorrect URL construction
1 participant