Merge branch 'main' of forgejo.zaydenlab.com:Chewt/ai-assistant
This commit is contained in:
commit
1f357118d9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue