Update README.md

This commit is contained in:
2026-05-14 15:40:27 +00:00
parent f41d64f39b
commit 6e2012ec38
+6 -2
View File
@@ -92,7 +92,9 @@ curl -X POST http://localhost:8080/chat/completions \
"messages": [
{"role": "user", "content": "Hello!"}
],
"stream": false
"stream": false,
"thinking_enabled": false,
"search_enabled": false
}'
```
@@ -107,7 +109,9 @@ curl -X POST http://localhost:8080/chat/completions \
"messages": [
{"role": "user", "content": "Hello!"}
],
"stream": true
"stream": true,
"thinking_enabled": false,
"search_enabled": false
}'
```