mirror of
https://github.com/katanemo/plano.git
synced 2026-05-18 13:45:15 +02:00
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"
|
||
|---|---|---|
| .. | ||
| .vscode | ||
| brightstaff | ||
| common | ||
| hermesllm | ||
| llm_gateway | ||
| prompt_gateway | ||
| build.sh | ||
| Cargo.lock | ||
| Cargo.toml | ||