mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
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:
committed by
GitHub
Unverified
parent
0fa6883691
commit
383d51443c
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user