address pr feedback

This commit is contained in:
Adil Hafeez 2025-10-13 15:16:37 -07:00
parent b3a19b1df0
commit e498b41e5b
9 changed files with 13 additions and 17 deletions

View file

@ -47,7 +47,6 @@ def convert_legacy_listeners(
"address": "0.0.0.0",
"timeout": "30s",
"model_providers": model_providers or [],
"protocol": "openai",
}
prompt_gateway_listener = {
@ -56,7 +55,6 @@ def convert_legacy_listeners(
"port": 10000,
"address": "0.0.0.0",
"timeout": "30s",
"protocol": "openai",
}
if isinstance(listeners, dict):