We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90725fe commit 3f76220Copy full SHA for 3f76220
docs/config.md
@@ -90,7 +90,7 @@ http_headers = { "X-Example-Header" = "example-value" }
90
# This will add the HTTP header `X-Example-Features` with the value of the
91
# `EXAMPLE_FEATURES` environment variable to each request to the model provider
92
# _if_ the environment variable is set and its value is non-empty.
93
-env_http_headers = { "X-Example-Features": "EXAMPLE_FEATURES" }
+env_http_headers = { "X-Example-Features" = "EXAMPLE_FEATURES" }
94
```
95
96
### Per-provider network tuning
0 commit comments