Commit 1a4d07ae authored by laibao's avatar laibao
Browse files

更新README.md,修正示例文件路径以反映新的目录结构。

parent 5578a427
......@@ -179,7 +179,7 @@ curl http://localhost:8000/v1/completions \
}'
```
或者使用[examples/openai_completion_client.py](examples/openai_completion_client.py)
或者使用[examples/online_serving/openai_completion_client.py](examples/online_serving/openai_completion_client.py)
### OpenAI Chat API和vllm结合使用
......@@ -196,7 +196,7 @@ curl http://localhost:8000/v1/chat/completions \
}'
```
或者使用[examples/openai_chatcompletion_client.py](examples/openai_chatcompletion_client.py)
或者使用[examples/online_serving/openai_chat_completion_client.py](examples/online_serving/openai_chat_completion_client.py)
### **gradio和vllm结合使用**
......
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