Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Dec 18, 2024
1 parent e668b35 commit c6fe488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// This serves as a way to define a "unified" LLM API for a Gateway which allows downstream
// clients to use a single schema API to interact with multiple LLM backends.
//
// The `inputSchema` is used to determine the structure of the requests that the Gateway will
// The inputSchema field is used to determine the structure of the requests that the Gateway will
// receive. And then the Gateway will route the traffic to the appropriate LLMBackend based
// on the output schema of the LLMBackend while doing the other necessary jobs like
// upstream authentication, rate limit, etc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
This serves as a way to define a "unified" LLM API for a Gateway which allows downstream
clients to use a single schema API to interact with multiple LLM backends.
The `inputSchema` is used to determine the structure of the requests that the Gateway will
The inputSchema field is used to determine the structure of the requests that the Gateway will
receive. And then the Gateway will route the traffic to the appropriate LLMBackend based
on the output schema of the LLMBackend while doing the other necessary jobs like
upstream authentication, rate limit, etc.
Expand Down

0 comments on commit c6fe488

Please sign in to comment.