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

View File

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