mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
mypy fix
This commit is contained in:
parent
a58726cb93
commit
746c9cd385
1 changed files with 1 additions and 0 deletions
|
|
@ -1929,6 +1929,7 @@ class BaseLLMHTTPHandler:
|
|||
# used for logging + cost tracking
|
||||
logging_obj.model_call_details["httpx_response"] = response
|
||||
|
||||
initial_response: Union[AsyncIterator, AnthropicMessagesResponse]
|
||||
if stream:
|
||||
completion_stream = anthropic_messages_provider_config.get_async_streaming_response_iterator(
|
||||
model=model,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue