Skip to content

Commit 3f76220

Browse files
authored
docs: fix typo of config.md (#3082)
Fixed a typo in config.md. I guess TOML doesn't have the “key”: “value” syntax.
1 parent 90725fe commit 3f76220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ http_headers = { "X-Example-Header" = "example-value" }
9090
# This will add the HTTP header `X-Example-Features` with the value of the
9191
# `EXAMPLE_FEATURES` environment variable to each request to the model provider
9292
# _if_ the environment variable is set and its value is non-empty.
93-
env_http_headers = { "X-Example-Features": "EXAMPLE_FEATURES" }
93+
env_http_headers = { "X-Example-Features" = "EXAMPLE_FEATURES" }
9494
```
9595

9696
### Per-provider network tuning

0 commit comments

Comments
 (0)