plano/crates
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
..
.vscode use standard tracing and logging in brightstaff (#721) 2026-02-09 13:33:27 -08:00
brightstaff support developer role in chat completions API (#867) 2026-04-02 18:10:32 -07:00
common feat: add http_headers support to LlmProvider for custom upstream headers (fixes #592) 2026-04-03 15:09:29 +08:00
hermesllm support developer role in chat completions API (#867) 2026-04-02 18:10:32 -07:00
llm_gateway feat: add http_headers support to LlmProvider for custom upstream headers (fixes #592) 2026-04-03 15:09:29 +08:00
prompt_gateway Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
build.sh Use mcp tools for filter chain (#621) 2025-12-17 17:30:14 -08:00
Cargo.lock [ISSUE 706]: Standardize returned errors from Plano (#772) 2026-02-24 14:34:33 -08:00
Cargo.toml use standard tracing and logging in brightstaff (#721) 2026-02-09 13:33:27 -08:00