diff --git a/litellm-proxy-extras/litellm_proxy_extras/schema.prisma b/litellm-proxy-extras/litellm_proxy_extras/schema.prisma index a88c62e93f8..8f07c5afa3f 100644 --- a/litellm-proxy-extras/litellm_proxy_extras/schema.prisma +++ b/litellm-proxy-extras/litellm_proxy_extras/schema.prisma @@ -1246,6 +1246,8 @@ model LiteLLM_MemoryTable { @@index([user_id]) @@index([team_id]) +} + // Per-(router, request_type, model) Beta posterior for the adaptive router. model LiteLLM_AdaptiveRouterState { router_name String diff --git a/litellm/proxy/schema.prisma b/litellm/proxy/schema.prisma index a88c62e93f8..8f07c5afa3f 100644 --- a/litellm/proxy/schema.prisma +++ b/litellm/proxy/schema.prisma @@ -1246,6 +1246,8 @@ model LiteLLM_MemoryTable { @@index([user_id]) @@index([team_id]) +} + // Per-(router, request_type, model) Beta posterior for the adaptive router. model LiteLLM_AdaptiveRouterState { router_name String diff --git a/schema.prisma b/schema.prisma index a88c62e93f8..8f07c5afa3f 100644 --- a/schema.prisma +++ b/schema.prisma @@ -1246,6 +1246,8 @@ model LiteLLM_MemoryTable { @@index([user_id]) @@index([team_id]) +} + // Per-(router, request_type, model) Beta posterior for the adaptive router. model LiteLLM_AdaptiveRouterState { router_name String