Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
0c0c2015
Unverified
Commit
0c0c2015
authored
Dec 26, 2024
by
Robert Shaw
Committed by
GitHub
Dec 26, 2024
Browse files
Update openai_compatible_server.md (#11536)
Co-authored-by:
Simon Mo
<
simon.mo@hey.com
>
parent
82d24f7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
docs/source/serving/openai_compatible_server.md
docs/source/serving/openai_compatible_server.md
+7
-1
No files found.
docs/source/serving/openai_compatible_server.md
View file @
0c0c2015
...
...
@@ -112,7 +112,13 @@ completion = client.chat.completions.create(
## Extra HTTP Headers
Only `
X-Request-Id
` HTTP request header is supported for now.
Only `
X-Request-Id
` HTTP request header is supported for now. It can be enabled
with `
--enable-request-id-headers
`.
> Note that enablement of the headers can impact performance significantly at high QPS
> rates. We recommend implementing HTTP headers at the router level (e.g. via Istio),
> rather than within the vLLM layer for this reason.
> See https://github.com/vllm-project/vllm/pull/11529 for more details.
```python
completion = client.chat.completions.create(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment