Files
ai-rag-knowledge/docs/api/curl.sh

7 lines
208 B
Bash
Raw Normal View History

2025-06-07 22:01:47 +08:00
curl http://117.72.202.142:11434/api/generate \
2025-06-07 19:19:44 +08:00
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-r1:1.5b",
2025-06-07 22:01:47 +08:00
"prompt": "你是什么模型?",
2025-06-07 19:19:44 +08:00
"stream": false
}'