We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66d51e2 + 5c8c42d commit 689f6c7Copy full SHA for 689f6c7
internal/proxy/chat_completions.go
@@ -37,7 +37,7 @@ func (s *Server) chatCompletionsHandler(w http.ResponseWriter, r *http.Request)
37
}
38
39
if prefillPodHostPort == "" {
40
- s.logger.V(4).Info("skip disagreggated prefill")
+ s.logger.V(4).Info("skip disaggregated prefill")
41
s.decoderProxy.ServeHTTP(w, r)
42
return
43
0 commit comments