Skip to content

Conversation

ahutanu
Copy link
Contributor

@ahutanu ahutanu commented Jul 25, 2025

Problem: Azure OpenAI Service offers an OpenAI compatible API but with a slight twist, that requires adding the api version as a query parameter, not possible in today’s implementation.

This PR aims to address that and adds Azure OpenAI endpoint/config support:

  • adds Azure OpenAI config section and defaults
  • detects Azure OpenAI in AiClient and build correct endpoint and headers
  • updates Manager to allow either OpenRouter or Azure creds
  • documents Azure OpenAI usage and environment variables
  • includes sample Azure OpenAI config
  • tests Azure endpoint construction and auth header

ahutanu added 2 commits July 24, 2025 21:21
…int-support

Adds Azure OpenAI endpoint support:

- adds Azure OpenAI config section and defaults
- detects Azure OpenAI in AiClient and build correct endpoint and headers
- updates Manager to allow either OpenRouter or Azure creds
- documents Azure OpenAI usage and environment variables
- includes sample Azure OpenAI config
- tests Azure endpoint construction and auth header
@alvinunreal
Copy link
Owner

Thank you!

@alvinunreal alvinunreal merged commit 1a83282 into alvinunreal:main Aug 7, 2025
@ahutanu
Copy link
Contributor Author

ahutanu commented Aug 7, 2025

thank you for all your work, @alvinunreal 🙏

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.

2 participants