Skip to content

Commit d30d755

Browse files
committed
feat: change llm-d chat generation port
1 parent 896ba74 commit d30d755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ class LLMdInferenceSimConfig:
477477

478478

479479
LLM_D_CHAT_GENERATION_CONFIG: Dict[str, Any] = {
480-
"service": {"hostname": f"{LLMdInferenceSimConfig.isvc_name}-predictor", "port": 8032}
480+
"service": {"hostname": f"{LLMdInferenceSimConfig.isvc_name}-predictor", "port": 80}
481481
}
482482

483483

0 commit comments

Comments
 (0)