Unverified Commit 6d8b8080 authored by milesial's avatar milesial Committed by GitHub
Browse files

[Docs] Fix thinking_token_budget docs (#40316)


Signed-off-by: default avatarmilesial <milesial@users.noreply.github.com>
parent 77fd2c86
......@@ -283,9 +283,7 @@ curl http://localhost:8000/v1/chat/completions \
"messages": [
{ "role": "user", "content": "9.11 and 9.8, which is greater?" }
],
"extra_body": {
"thinking_token_budget": 10
}
"thinking_token_budget": 10
}'
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment