mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: mypy linting
This commit is contained in:
parent
8dc5960332
commit
97f0daa22b
1 changed files with 2 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ class AzureAIEmbedding(OpenAIChatCompletion):
|
|||
client=None,
|
||||
aembedding=None,
|
||||
max_retries: Optional[int] = None,
|
||||
shared_session=None,
|
||||
) -> EmbeddingResponse:
|
||||
"""
|
||||
- Separate image url from text
|
||||
|
|
@ -275,6 +276,7 @@ class AzureAIEmbedding(OpenAIChatCompletion):
|
|||
else None
|
||||
),
|
||||
aembedding=aembedding,
|
||||
shared_session=shared_session,
|
||||
)
|
||||
|
||||
text_embedding_responses = response.data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue