mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(internal_user_endpoints.py): increase default page size for /user/daily/activity
This commit is contained in:
parent
6f7e9b9728
commit
9ec1972926
3 changed files with 8 additions and 10 deletions
|
@ -51,9 +51,6 @@ def decrypt_value_helper(value: str):
|
|||
# if it's not str - do not decrypt it, return the value
|
||||
return value
|
||||
except Exception as e:
|
||||
import traceback
|
||||
|
||||
traceback.print_stack()
|
||||
verbose_proxy_logger.error(
|
||||
f"Error decrypting value, Did your master_key/salt key change recently? \nError: {str(e)}\nSet permanent salt key - https://docs.litellm.ai/docs/proxy/prod#5-set-litellm-salt-key"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue