12 lines
312 B
HTTP
12 lines
312 B
HTTP
### Chat
|
|
POST http://localhost:7891/chat
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
prompt=你好
|
|
|
|
### Test local
|
|
POST http://132.121.116.79:31348/v1/chat/completions
|
|
Content-Type: application/json
|
|
|
|
{"messages":[{"content":"你好","role":"user"}],"model":"deepseek-coder","stream":true,"temperature":0.7}
|