update default model for refactored version
This commit is contained in:
parent
1f357118d9
commit
399f1b1aca
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue