forked from phoenix/litellm-mirror
fix(test_azure_perf.py): fix linting
This commit is contained in:
parent
05f8d11346
commit
39a722bc9b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from openai import AsyncAzureOpenAI
|
|||
|
||||
client = AsyncAzureOpenAI(
|
||||
api_key=os.getenv("AZURE_API_KEY"),
|
||||
azure_endpoint=os.getenv("AZURE_API_BASE"),
|
||||
azure_endpoint=os.getenv("AZURE_API_BASE"), # type: ignore
|
||||
api_version=os.getenv("AZURE_API_VERSION")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue