docs: fix typo of config.md (#3082)

Fixed a typo in config.md. I guess TOML doesn't have the “key”: “value”
syntax.
This commit is contained in:
Zhongsheng Ji
2025-09-03 14:14:57 +08:00
committed by GitHub
parent 90725fe3d5
commit 3f76220055

View File

@@ -90,7 +90,7 @@ http_headers = { "X-Example-Header" = "example-value" }
# This will add the HTTP header `X-Example-Features` with the value of the
# `EXAMPLE_FEATURES` environment variable to each request to the model provider
# _if_ the environment variable is set and its value is non-empty.
env_http_headers = { "X-Example-Features": "EXAMPLE_FEATURES" }
env_http_headers = { "X-Example-Features" = "EXAMPLE_FEATURES" }
```
### Per-provider network tuning