feat(translate): use gemma3 for translations
This commit is contained in:
parent
83bc543f8b
commit
0190e9675a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
. ${HOME}/ayo.conf
|
. ${HOME}/ayo.conf
|
||||||
|
|
||||||
host=$ollama_remote_host
|
host=$ollama_remote_host
|
||||||
model="llama3.1:8b"
|
model="gemma3:4b"
|
||||||
|
|
||||||
TEMP=$(mktemp)
|
TEMP=$(mktemp)
|
||||||
vim $TEMP
|
vim $TEMP
|
||||||
|
|
Loading…
Reference in a new issue