Unverified Commit 05bd7897 authored by Chayenne's avatar Chayenne Committed by GitHub
Browse files

[docs]: fix reasoning context in docs (#9483)

parent 5fd311d3
...@@ -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",
......
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