update vllm guides
Browse files- vllm_deployment_guide.md +1 -1
- vllm_deployment_guide_cn.md +1 -1
vllm_deployment_guide.md
CHANGED
@@ -113,7 +113,7 @@ python3 -m vllm.entrypoints.openai.api_server \
|
|
113 |
curl http://localhost:8000/v1/chat/completions \
|
114 |
-H "Content-Type: application/json" \
|
115 |
-d '{
|
116 |
-
"model": "MiniMaxAI/MiniMax-
|
117 |
"messages": [
|
118 |
{"role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}]},
|
119 |
{"role": "user", "content": [{"type": "text", "text": "Who won the world series in 2020?"}]}
|
|
|
113 |
curl http://localhost:8000/v1/chat/completions \
|
114 |
-H "Content-Type: application/json" \
|
115 |
-d '{
|
116 |
+
"model": "MiniMaxAI/MiniMax-M1",
|
117 |
"messages": [
|
118 |
{"role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}]},
|
119 |
{"role": "user", "content": [{"type": "text", "text": "Who won the world series in 2020?"}]}
|
vllm_deployment_guide_cn.md
CHANGED
@@ -108,7 +108,7 @@ python3 -m vllm.entrypoints.openai.api_server \
|
|
108 |
curl http://localhost:8000/v1/chat/completions \
|
109 |
-H "Content-Type: application/json" \
|
110 |
-d '{
|
111 |
-
"model": "MiniMaxAI/MiniMax-
|
112 |
"messages": [
|
113 |
{"role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}]},
|
114 |
{"role": "user", "content": [{"type": "text", "text": "Who won the world series in 2020?"}]}
|
|
|
108 |
curl http://localhost:8000/v1/chat/completions \
|
109 |
-H "Content-Type: application/json" \
|
110 |
-d '{
|
111 |
+
"model": "MiniMaxAI/MiniMax-M1",
|
112 |
"messages": [
|
113 |
{"role": "system", "content": [{"type": "text", "text": "You are a helpful assistant."}]},
|
114 |
{"role": "user", "content": [{"type": "text", "text": "Who won the world series in 2020?"}]}
|