plano/crates/common
Octopus b85fab8696 feat: add http_headers support to LlmProvider for custom upstream headers (fixes #592)
Allows users to specify custom HTTP request headers per LLM provider in
plano_config.yaml, useful for providers requiring non-standard auth or
telemetry headers:

  model_providers:
    - model: provider/model
      access_key: $API_KEY
      http_headers:
        X-Custom-Header: "custom-value"
        X-API-Version: "v1"
2026-04-03 15:09:29 +08:00
..
src feat: add http_headers support to LlmProvider for custom upstream headers (fixes #592) 2026-04-03 15:09:29 +08:00
Cargo.lock split wasm filter (#186) 2024-10-16 14:20:26 -07:00
Cargo.toml [ISSUE 706]: Standardize returned errors from Plano (#772) 2026-02-24 14:34:33 -08:00