mirror of
https://github.com/ollama/ollama.git
synced 2026-04-17 15:53:27 +02:00
* model/parsers: fix gemma4 arg parsing when quoted strings contain " Fixes: #15241 * add more tests, be careful about what we escape We want Windows-style paths to not get misinterpreted * fix backslash-quote case, it really should be a literal backslash h/t to @chathaway-codes for pointing this out! Co-Authored-By: Charles H <2773397+chathaway-codes@users.noreply.github.com> --------- Co-authored-by: Charles H <2773397+chathaway-codes@users.noreply.github.com>