From 8d93a02c8028c9fc9762ea9c0dd10529be7fc89b Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 21 Feb 2026 13:09:18 -0800 Subject: [PATCH] fix(config): deduplicate keywords across code and technical lists --- litellm/router_strategy/complexity_router/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/litellm/router_strategy/complexity_router/config.py b/litellm/router_strategy/complexity_router/config.py index 5b28e3d783e..755f834ac8a 100644 --- a/litellm/router_strategy/complexity_router/config.py +++ b/litellm/router_strategy/complexity_router/config.py @@ -50,10 +50,11 @@ DEFAULT_TECHNICAL_KEYWORDS: List[str] = [ "machine learning", "neural network", "deep learning", "encryption", "authentication", "authorization", "performance", "latency", "throughput", "benchmark", - "concurrency", "parallel", "threading", "async", + "concurrency", "parallel", "threading", "memory", "cpu", "gpu", "optimization", "protocol", "tcp", "http", "grpc", "websocket", - "kubernetes", "docker", "container", "orchestration", + "container", "orchestration", + # Note: "async", "kubernetes", "docker" are in DEFAULT_CODE_KEYWORDS ] DEFAULT_SIMPLE_KEYWORDS: List[str] = [