Python: add base_url parameter for openai chat client (#661)

* added base_url option for openai chat client

* fix test url
This commit is contained in:
Eduard van Valkenburg
2025-09-10 01:31:26 +02:00
committed by GitHub
Unverified
parent 0fa6883691
commit 383d51443c
4 changed files with 26 additions and 13 deletions
+2 -2
View File
@@ -125,7 +125,7 @@ notice-rgx = "^# Copyright \\(c\\) Microsoft\\. All rights reserved\\."
min-file-size = 1
[tool.pytest.ini_options]
testpaths = 'tests'
testpaths = '**/tests'
addopts = "-ra -q -r fEX"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
@@ -133,7 +133,7 @@ filterwarnings = []
timeout = 120
markers = [
"azure: marks tests as Azure provider specific",
"foundry: marks tests as Foundry provider specific",
"foundry: marks tests as Foundry provider specific",
"openai: marks tests as OpenAI provider specific",
]