vllm_cilent.sh 277 Bytes
Newer Older
zzg_666's avatar
zzg_666 committed
1
2
3
4
5
6
7
8
9
curl http://localhost:8000/v1/chat/completions     -H "Content-Type: application/json"     -d '{
        "model": "glm4.5",
        "messages": [
            {
                "role": "user",
                "content": "请介绍下你自己"
            }
            ]
    }'