Skip to content

Commit 173ad58

Browse files
authored
duplicate fix (#1605)
Signed-off-by: Sage Ahrac <[email protected]>
1 parent de97d60 commit 173ad58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site-src/guides/serve-multiple-genai-models.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ kubectl get httproute llm-llama-route -o yaml
163163
kubectl get httproute llm-phi4-route -o yaml
164164
```
165165

166-
1. [BBR](https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/pkg/bbr/README.md) is being used to copy the model name from the request body to the header with key `X-Gateway-Model-Name`. The header can then be used in the `HTTPRoute` to route requests to different `InferencePool` instances.
167-
2. [BBR](https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/pkg/bbr/README.md) is being used to copy the model name from the request body to the header with key `X-Gateway-Model-Name`. The header can then be used in the `HTTPRoute` to route requests to different `InferencePool` instances.
166+
[BBR](https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/pkg/bbr/README.md) is being used to copy the model name from the request body to the header with key `X-Gateway-Model-Name`. The header can then be used in the `HTTPRoute` to route requests to different `InferencePool` instances.
168167

169168
## Try it out
170169

0 commit comments

Comments
 (0)