fix model dir

This commit is contained in:
2025-11-01 12:09:17 +08:00
parent da8ac28a97
commit bfb6c35d9e
2 changed files with 1 additions and 3 deletions

View File

@@ -45,9 +45,7 @@ docker run -it --rm \
curl -X POST http://localhost:10086/generate \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-8b",
"messages": [{"role": "user", "content": "你好"}],
"stream": true
}'
```