Commit 708b6f39 authored by zhuwenwen's avatar zhuwenwen
Browse files

update readme

parent 7c0a637e
...@@ -84,7 +84,7 @@ curl http://localhost:8000/v1/completions \ ...@@ -84,7 +84,7 @@ curl http://localhost:8000/v1/completions \
"temperature": 0 "temperature": 0
}' }'
``` ```
或者使用[vllm/examples/openai_completion_client.py](vllm/examples/openai_completion_client.py) 或者使用[vllm/examples/openai_completion_client.py](https://developer.hpccube.com/codes/OpenDAS/vllm/-/tree/3e147e194e5a3b0fc25a61dd91fdc8a682cbba9d/examples/openai_completion_client.py)
### OpenAI Chat API和vllm结合使用 ### OpenAI Chat API和vllm结合使用
...@@ -99,7 +99,7 @@ curl http://localhost:8000/v1/chat/completions \ ...@@ -99,7 +99,7 @@ curl http://localhost:8000/v1/chat/completions \
] ]
}' }'
``` ```
或者使用[vllm/examples/openai_chatcompletion_client.py](vllm/examples/openai_chatcompletion_client.py) 或者使用[vllm/examples/openai_chatcompletion_client.py](https://developer.hpccube.com/codes/OpenDAS/vllm/-/tree/3e147e194e5a3b0fc25a61dd91fdc8a682cbba9d/examples/openai_chatcompletion_client.py)
## result ## result
......
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