Docs: Fix broken link to openai example (#1145)

Link to `openai_client.py` is no longer valid - updated to `openai_completion_client.py`
This commit is contained in:
Nick Perez 2023-09-22 14:36:09 -04:00 committed by GitHub
parent 7d7e3b78a3
commit 4ee52bb169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,4 +128,4 @@ Since this server is compatible with OpenAI API, you can use it as a drop-in rep
prompt="San Francisco is a")
print("Completion result:", completion)
For a more detailed client example, refer to `examples/openai_client.py <https://github.com/vllm-project/vllm/blob/main/examples/openai_client.py>`_.
For a more detailed client example, refer to `examples/openai_completion_client.py <https://github.com/vllm-project/vllm/blob/main/examples/openai_completion_client.py>`_.