Merge pull request #7 from h1ddenpr0cess20/dev

changed default model back
This commit is contained in:
Dustin 2024-03-17 00:12:51 -04:00 committed by GitHub
commit d6bbd3f560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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