mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-18 13:11:25 -05:00
Add warnings for deprecated azure oai config changes (#4317)
* Add warnings for deprecated azure oai config changes * Update docs and usages, simplify capabilities
This commit is contained in:
@@ -141,6 +141,7 @@ async def test_openai_chat_completion_client() -> None:
|
||||
@pytest.mark.asyncio
|
||||
async def test_azure_openai_chat_completion_client() -> None:
|
||||
client = AzureOpenAIChatCompletionClient(
|
||||
azure_deployment="gpt-4o-1",
|
||||
model="gpt-4o",
|
||||
api_key="api_key",
|
||||
api_version="2020-08-04",
|
||||
|
||||
Reference in New Issue
Block a user