Skip to content

Commit 8893130

Browse files
youkaichaosimon-mo
andauthored
[doc][misc] further lower visibility of simple api server (#6041)
Co-authored-by: Simon Mo <[email protected]>
1 parent bb60326 commit 8893130

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)