Skip to content

Commit a969e56

Browse files
ztang2370Aias00
authored andcommitted
Bug fix: Envoy ext_proc 500 error when both value and raw_value are set in HeaderValue (vllm-project#255)
Signed-off-by: zt2370 <[email protected]> Signed-off-by: liuhy <[email protected]>
1 parent 7c1f2c0 commit a969e56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/semantic-router/pkg/extproc/request_handler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ func (r *OpenAIRouter) handleModelRouting(openAIRequest *openai.ChatCompletionNe
508508
setHeaders = append(setHeaders, &core.HeaderValueOption{
509509
Header: &core.HeaderValue{
510510
Key: "x-selected-model",
511-
Value: actualModel,
512511
RawValue: []byte(actualModel),
513512
},
514513
})

0 commit comments

Comments
 (0)