mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
fix(anthropic.py): fix version compatibility
This commit is contained in:
parent
b1448cd244
commit
ae0c061b46
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class AnthropicChatCompletion(BaseLLM):
|
|||
logging_obj: litellm.utils.Logging,
|
||||
optional_params: dict,
|
||||
api_key: str,
|
||||
data: dict | str,
|
||||
data: Union[dict, str],
|
||||
messages: List,
|
||||
print_verbose,
|
||||
encoding,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue