mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(utils.py): fix linting error
This commit is contained in:
parent
6f0512d695
commit
3659aa26a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1878,7 +1878,7 @@ def token_counter(
|
|||
text: Optional[Union[str, List[str]]] = None,
|
||||
messages: Optional[List] = None,
|
||||
count_response_tokens: Optional[bool] = False,
|
||||
tools: Optional[list[ChatCompletionToolParam]] = None,
|
||||
tools: Optional[List[ChatCompletionToolParam]] = None,
|
||||
tool_choice: Optional[ChatCompletionNamedToolChoiceParam] = None,
|
||||
) -> int:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue