You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose the implementation of a feature that supports the use of a think tag in the output. This tag should visually indicate the time the model spends "thinking" or processing a request, without displaying the detailed reasoning content until the next interaction turn.
The think tag would improve how users experience things by:
It would show users that the model is working on their request.
Creating a more streamlined and focused interaction
Allowing users to see the time taken for the model to generate a response
Separating the processing phase from the detailed reasoning phase
Expected Behavior:
When the think tag is present in the user's input, the system should:
It would only show how long it took to process (e.g., "Processed in 2.5 seconds").
Ensure a smooth transition to the next response
If the think tag is missing, the system should work normally and give the full response.
The text was updated successfully, but these errors were encountered:
I would like to propose the implementation of a feature that supports the use of a think tag in the output. This tag should visually indicate the time the model spends "thinking" or processing a request, without displaying the detailed reasoning content until the next interaction turn.
The think tag would improve how users experience things by:
Expected Behavior:
The text was updated successfully, but these errors were encountered: