Merge branch 'main' of forgejo.zaydenlab.com:Chewt/ai-assistant

This commit is contained in:
Hayden Johnson 2025-04-29 16:25:17 -07:00
commit 1f357118d9

View file

@ -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