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
When building an application that uses multiple litellm Router objects, then litellm global callbacks are duplicated and the list ever grows with each call until the max number of callbacks is reached (default = 30).
Does this mean it is not allowed to use mutliple Router objects? Is there a way to make it work correctly?