Unverified Commit 8893130b authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[doc][misc] further lower visibility of simple api server (#6041)


Co-authored-by: default avatarSimon Mo <simon.mo@hey.com>
parent bb603268
"""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 json
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment