How to use the assistant_prefill with the thinking mode #133
-
|
I am applying the following example:
The model rethinks and does not jump to a answer. Chat Handler:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
set the |
Beta Was this translation helpful? Give feedback.
-
|
I didn't quite understand your approach. Shouldn't the continuation writing function send back the unfinished text previously written by the AI? Why give it continuation writing capability on the first try? If you're just trying to control the thought process to prevent it from becoming too long, you can directly use the latest Reasoning Budget. |
Beta Was this translation helpful? Give feedback.
I didn't quite understand your approach. Shouldn't the continuation writing function send back the unfinished text previously written by the AI? Why give it continuation writing capability on the first try? If you're just trying to control the thought process to prevent it from becoming too long, you can directly use the latest Reasoning Budget.