mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
build: Squashed commit of the following:
commit 3e4e2cb20a
Author: Krrish Dholakia <krrishdholakia@gmail.com>
Date: Tue Feb 4 15:10:34 2025 -0800
fix(proxy_server.py): fix redirect from `/sso/key/callback` to redirect on custom server path
Fixes https://github.com/BerriAI/litellm/issues/5997
This commit is contained in:
parent
75d9b02473
commit
df9056e9b7
2 changed files with 9 additions and 4 deletions
|
@ -1725,7 +1725,7 @@ def _format_type(props, indent):
|
|||
|
||||
def token_counter(
|
||||
model="",
|
||||
custom_tokenizer: Optional[dict] = None,
|
||||
custom_tokenizer: Optional[Union[dict, SelectTokenizerResponse]] = None,
|
||||
text: Optional[Union[str, List[str]]] = None,
|
||||
messages: Optional[List] = None,
|
||||
count_response_tokens: Optional[bool] = False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue