Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
05bd7897
Unverified
Commit
05bd7897
authored
Aug 21, 2025
by
Chayenne
Committed by
GitHub
Aug 21, 2025
Browse files
[docs]: fix reasoning context in docs (#9483)
parent
5fd311d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/advanced_features/separate_reasoning.ipynb
docs/advanced_features/separate_reasoning.ipynb
+1
-1
No files found.
docs/advanced_features/separate_reasoning.ipynb
View file @
05bd7897
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
" if chunk.choices[0].delta.content:\n",
" if chunk.choices[0].delta.content:\n",
" content += chunk.choices[0].delta.content\n",
" content += chunk.choices[0].delta.content\n",
" if chunk.choices[0].delta.reasoning_content:\n",
" if chunk.choices[0].delta.reasoning_content:\n",
" reasoning_content = chunk.choices[0].delta.reasoning_content\n",
" reasoning_content
+
= chunk.choices[0].delta.reasoning_content\n",
"\n",
"\n",
"print_highlight(\"==== Reasoning ====\")\n",
"print_highlight(\"==== Reasoning ====\")\n",
"print_highlight(reasoning_content)\n",
"print_highlight(reasoning_content)\n",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment