Skip to content

Commit 689f6c7

Browse files
Merge pull request #56 from mwaykole/fixd
Fix typo 'disagreggated'
2 parents 66d51e2 + 5c8c42d commit 689f6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/proxy/chat_completions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (s *Server) chatCompletionsHandler(w http.ResponseWriter, r *http.Request)
3737
}
3838

3939
if prefillPodHostPort == "" {
40-
s.logger.V(4).Info("skip disagreggated prefill")
40+
s.logger.V(4).Info("skip disaggregated prefill")
4141
s.decoderProxy.ServeHTTP(w, r)
4242
return
4343
}

0 commit comments

Comments
 (0)