Replies: 2 comments 2 replies
-
|
litellm/litellm/proxy/_types.py Lines 3740 to 3749 in 8356dfa You must have set some of those fields. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
The issue was most likely caused by the problem that is fixed here: #20598. After updating to main-v1.81.12-stable updating teams have behaved normally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running v1.81.3-stable and tried to add a model to one of our teams trough the UI, but I got following error:
Failed to update team settings: {"error":{"message":"{'error': 'This feature is only available for LiteLLM Enterprise users. You must be a LiteLLM Enterprise user to use this feature. If you have a license please set LITELLM_LICENSE in your env. Get a 7 day trial key here: https://www.litellm.ai/enterprise#trial. \\nPricing: https://www.litellm.ai/#pricing'}","type":"internal_server_error","param":"None","code":"403"}}LiteLLM logs show the following:
INFO: SERVER_IP - "POST /team/update HTTP/1.1" 403 Forbidden 14:48:44 - LiteLLM Proxy:ERROR: utils.py:4117 - Exception: 403: {'error': 'This feature is only available for LiteLLM Enterprise users. You must be a LiteLLM Enterprise user to use this feature. If you have a license please set LITELLM_LICENSE in your env. Get a 7 day trial key here: https://www.litellm.ai/enterprise#trial. \nPricing: https://www.litellm.ai/#pricing'} Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/litellm/proxy/management_endpoints/team_endpoints.py", line 1399, in update_team _update_metadata_fields(updated_kv=updated_kv) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/litellm/proxy/management_endpoints/common_utils.py", line 239, in _update_metadata_fields _update_metadata_field(updated_kv=updated_kv, field_name=field) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/litellm/proxy/management_endpoints/common_utils.py", line 219, in _update_metadata_field _premium_user_check() ~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/litellm/proxy/utils.py", line 4148, in _premium_user_check raise HTTPException( ...<2 lines>... ) fastapi.exceptions.HTTPException: 403: {'error': 'This feature is only available for LiteLLM Enterprise users. You must be a LiteLLM Enterprise user to use this feature. If you have a license please set LITELLM_LICENSE in your env. Get a 7 day trial key here: https://www.litellm.ai/enterprise#trial. \nPricing: https://www.litellm.ai/#pricing'}I tried creating a new team and editing that, but I get the same error.
Beta Was this translation helpful? Give feedback.
All reactions