You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just taking my first steps with litellm so please bear with my noob questions.
I am trying to debug a problem, but my logs are just overwhelming me, so I started getting rid of the issues from the logs one by one.
I am running litellm via a docker-compose file and have created my own config.yaml
I only added 3 OpenAI models, no routing, nothing, trying to stay pretty basic.
Currently, I see this error repeating almost every second in my logs. Google did not yield any results for me. :-(
I mean I do understand what the error is saying, but obviously my API key is set and requests are actually working. No idea where or why I would need to set a team and user ID?
litellm | Exception: User API key and team id and user id missing from custom callback.
litellm | 18:46:40 - LiteLLM Proxy:ERROR: proxy_track_cost_callback.py:135 - Error in tracking cost callback - User API key and team id and user id missing from custom callback.
litellm | Traceback (most recent call last):
litellm | File "/usr/lib/python3.13/site-packages/litellm/proxy/hooks/proxy_track_cost_callback.py", line 104, in _PROXY_track_cost_callback
litellm | raise Exception(
litellm | "User API key and team id and user id missing from custom callback."
litellm | )
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am just taking my first steps with litellm so please bear with my noob questions.
I am trying to debug a problem, but my logs are just overwhelming me, so I started getting rid of the issues from the logs one by one.
I am running litellm via a docker-compose file and have created my own config.yaml
I only added 3 OpenAI models, no routing, nothing, trying to stay pretty basic.
Currently, I see this error repeating almost every second in my logs. Google did not yield any results for me. :-(
I mean I do understand what the error is saying, but obviously my API key is set and requests are actually working. No idea where or why I would need to set a team and user ID?
Beta Was this translation helpful? Give feedback.
All reactions