Commit 3994fb27 authored by chenych's avatar chenych
Browse files

Update

parent c0dcbbd7
......@@ -127,7 +127,7 @@ vllm serve zai-org/GLM-5 \
启动完成后可通过以下方式访问:
```bash
curl http://12.12.12.83:8001/v1/chat/completions \
curl http://localhost:8001/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5",
......@@ -136,7 +136,7 @@ curl http://12.12.12.83:8001/v1/chat/completions \
{"role": "user", "content": "Summarize GLM-5 in one sentence."}
],
"max_tokens": 200,
"temperature": 0.7
"temperature": 1
}'
```
......
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