File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
from azure .core .credentials import AzureKeyCredential
10
10
from azure .core .credentials_async import AsyncTokenCredential
11
11
from azure .identity .aio import AzureDeveloperCliCredential , get_bearer_token_provider
12
- from openai import AsyncAzureOpenAI , AsyncOpenAI
12
+ from openai import AsyncOpenAI
13
13
from rich .logging import RichHandler
14
14
15
15
from load_azd_env import load_azd_env
Original file line number Diff line number Diff line change 9
9
from azure .core .credentials import AzureKeyCredential
10
10
from azure .core .credentials_async import AsyncTokenCredential
11
11
from azure .identity .aio import get_bearer_token_provider
12
- from openai import AsyncAzureOpenAI , AsyncOpenAI , RateLimitError
12
+ from openai import AsyncOpenAI , RateLimitError
13
13
from tenacity import (
14
14
AsyncRetrying ,
15
15
retry_if_exception_type ,
You can’t perform that action at this time.
0 commit comments