Skip to content

Conversation

@daavoo
Copy link
Contributor

@daavoo daavoo commented Sep 18, 2025

…t()` instead.

  • Drop AZURE_OPENAI_API_BASE env var.

…t()` instead.

- Drop `AZURE_OPENAI_API_BASE` env var.
@daavoo daavoo linked an issue Sep 18, 2025 that may be closed by this pull request
@daavoo daavoo self-assigned this Sep 18, 2025
@codecov
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

❌ Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/any_llm/providers/azureopenai/azureopenai.py 80.00% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ
src/any_llm/providers/azureopenai/azureopenai.py 91.66% <80.00%> (+8.33%) ⬆️

... and 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

def _init_client(self) -> None:
if not self.config.client_args:
self.config.client_args = {}
self.config.client_args["default_query"] = {"api-version": "preview"}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not really sure where this argument is coming from but I left it to match previous behavior.

@daavoo daavoo merged commit 004df26 into main Sep 18, 2025
10 checks passed
@daavoo daavoo deleted the 462-cleanup-azureopenai-env-vars branch September 18, 2025 08:48
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.

Cleanup azureopenai env vars

2 participants