Files
ai-analysis/test.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}