forked from phoenix/litellm-mirror
fix: add more type hints to init methods
This commit is contained in:
parent
c91ebb6a64
commit
2ecd614a73
2 changed files with 2 additions and 2 deletions
|
@ -528,7 +528,7 @@ class ModelResponse(OpenAIObject):
|
|||
response_ms=None,
|
||||
hidden_params=None,
|
||||
**params,
|
||||
):
|
||||
) -> None:
|
||||
if stream is not None and stream is True:
|
||||
object = "chat.completion.chunk"
|
||||
if choices is not None and isinstance(choices, list):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue