mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 03:00:23 +00:00
c21e3086a2
Per review observation on PR #1544: the docstring claimed 'Gemini 3.1 Pro Preview' and 'Nemotron 3 Super 120B A12B' but the helper reuses _format_ollama_label's 3-letter-token rule, which uppercases 'PRO' (and the existing rule for tokens like 'a12b' renders 'A12b' not 'A12B'). Update the examples to match actual behavior — labels are unchanged, only the docstring. Pure-comment change, no behavioral effect. Test counts unchanged (4013 passed).