mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
Merge b85fab8696 into 22f332f62d
This commit is contained in:
commit
ca4a82533e
4 changed files with 22 additions and 0 deletions
|
|
@ -177,6 +177,11 @@ properties:
|
|||
passthrough_auth:
|
||||
type: boolean
|
||||
description: "When true, forwards the client's Authorization header to upstream instead of using the configured access_key. Useful for routing to services like LiteLLM that validate their own virtual keys."
|
||||
http_headers:
|
||||
type: object
|
||||
description: "Custom HTTP headers to include in requests to this LLM provider. Useful for providers requiring non-standard authentication or telemetry headers."
|
||||
additionalProperties:
|
||||
type: string
|
||||
http_host:
|
||||
type: string
|
||||
provider_interface:
|
||||
|
|
@ -226,6 +231,11 @@ properties:
|
|||
passthrough_auth:
|
||||
type: boolean
|
||||
description: "When true, forwards the client's Authorization header to upstream instead of using the configured access_key. Useful for routing to services like LiteLLM that validate their own virtual keys."
|
||||
http_headers:
|
||||
type: object
|
||||
description: "Custom HTTP headers to include in requests to this LLM provider. Useful for providers requiring non-standard authentication or telemetry headers."
|
||||
additionalProperties:
|
||||
type: string
|
||||
http_host:
|
||||
type: string
|
||||
provider_interface:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue