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
fix(mac chat): use template enable_thinking instead of raw channel marker
Smoke run showed the injected <|channel>content marker leaked 'thought' text and
caused greedy looping (turns 1/3 repeated). Replace with the chat template's
enable_thinking flag (default off → clean direct answers), with a TypeError
fallback for templates that don't accept the kwarg.
Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
0 commit comments