Update README.md
This commit is contained in:
@@ -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
|
||||
}'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user