ollama/template/gemma3-instruct.json
Patrick Devine f8c3dbe5b5
templates: add autotemplate for gemma3 (#9880)
This change allows the gemma3 template to be autodetected during `ollama
create`.
2025-03-20 00:15:30 -07:00

7 lines
62 B
JSON

{
"stop": [
"<end_of_turn>"
],
"temperature": 0.1
}