change default model
This commit is contained in:
parent
c0d83584c7
commit
501a85f198
|
|
@ -18,7 +18,7 @@ from prompt_toolkit.key_binding import KeyBindings
|
||||||
from prompt_toolkit import PromptSession
|
from prompt_toolkit import PromptSession
|
||||||
|
|
||||||
server = 'localhost:11434'
|
server = 'localhost:11434'
|
||||||
model = 'gemma3:12b'
|
model = 'gemma3:12b-it-qat'
|
||||||
reasoning_model='deepseek-r1:14b'
|
reasoning_model='deepseek-r1:14b'
|
||||||
temp = 0.2
|
temp = 0.2
|
||||||
num_ctx = 4096
|
num_ctx = 4096
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue