mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 14:54:57 +08:00
[doc][misc] further lower visibility of simple api server (#6041)
Co-authored-by: Simon Mo <simon.mo@hey.com>
This commit is contained in:
parent
bb60326836
commit
8893130b63
@ -1,4 +1,9 @@
|
|||||||
"""Example Python client for vllm.entrypoints.api_server"""
|
"""Example Python client for vllm.entrypoints.api_server
|
||||||
|
NOTE: The API server is used only for demonstration and simple performance
|
||||||
|
benchmarks. It is not intended for production use.
|
||||||
|
For production use, we recommend vllm.entrypoints.openai.api_server
|
||||||
|
and the OpenAI client API
|
||||||
|
"""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
import json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user