update default model for refactored version

This commit is contained in:
Hayden Johnson 2025-04-29 16:30:29 -07:00
parent 1f357118d9
commit 399f1b1aca

View file

@ -18,7 +18,7 @@ from prompt_toolkit import PromptSession
class AIAssistant:
def __init__(self, server="http://localhost:11434", model="gemma3:12b"):
def __init__(self, server="http://localhost:11434", model="gemma3:12b-it-qat"):
self.server = server
self.model = model
self.client = Client(host=self.server)