From 26730bd74564dc2a2fdaf3f3359751bb353ce734 Mon Sep 17 00:00:00 2001 From: liyongde <1419499670@qq.com> Date: Sat, 7 Jun 2025 22:01:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/curl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/curl.sh b/docs/api/curl.sh index fb77f30..9093086 100644 --- a/docs/api/curl.sh +++ b/docs/api/curl.sh @@ -1,7 +1,7 @@ -curl http://117.72.115.188:11434/api/generate \ +curl http://117.72.202.142:11434/api/generate \ -H "Content-Type: application/json" \ -d '{ "model": "deepseek-r1:1.5b", - "prompt": "1+1", + "prompt": "你是什么模型?", "stream": false }' \ No newline at end of file