diff --git a/sgl-model-gateway/bindings/python/src/sglang_router/router.py b/sgl-model-gateway/bindings/python/src/sglang_router/router.py index de81cfce3..7d37da6f5 100644 --- a/sgl-model-gateway/bindings/python/src/sglang_router/router.py +++ b/sgl-model-gateway/bindings/python/src/sglang_router/router.py @@ -285,6 +285,7 @@ class Router: # Remove fields that shouldn't be passed to Rust Router constructor fields_to_remove = [ "mini_lb", + "test_external_dp_routing", "oracle_wallet_path", "oracle_tns_alias", "oracle_connect_descriptor",