Skip to content

Commit f5b0768

Browse files
youkaichaosimon-mo
authored andcommitted
[doc][misc] further lower visibility of simple api server (vllm-project#6041)
Co-authored-by: Simon Mo <[email protected]> Signed-off-by: Alvant <[email protected]>
1 parent b54d888 commit f5b0768

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/api_client.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
"""Example Python client for vllm.entrypoints.api_server"""
1+
"""Example Python client for vllm.entrypoints.api_server
2+
NOTE: The API server is used only for demonstration and simple performance
3+
benchmarks. It is not intended for production use.
4+
For production use, we recommend vllm.entrypoints.openai.api_server
5+
and the OpenAI client API
6+
"""
27

38
import argparse
49
import json

0 commit comments

Comments
 (0)