change default model

This commit is contained in:
Hayden Johnson 2025-04-29 12:41:30 -07:00
parent c0d83584c7
commit 501a85f198

View file

@ -18,7 +18,7 @@ from prompt_toolkit.key_binding import KeyBindings
from prompt_toolkit import PromptSession
server = 'localhost:11434'
model = 'gemma3:12b'
model = 'gemma3:12b-it-qat'
reasoning_model='deepseek-r1:14b'
temp = 0.2
num_ctx = 4096