changed default model back

This commit is contained in:
Dustin 2024-03-17 00:11:34 -04:00
parent b335d83ae5
commit 2116ea9556

View File

@ -37,7 +37,7 @@ class ollamarama:
f.close() f.close()
#set model #set model
self.default_model = self.models['mistral'] self.default_model = self.models['zephyr']
self.model = self.default_model self.model = self.default_model
#no idea if optimal, change if necessary #no idea if optimal, change if necessary