We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb24d9 commit ea09f99Copy full SHA for ea09f99
src/shelloracle/providers/ollama.py
@@ -53,7 +53,7 @@ class Ollama(Provider):
53
54
host = Setting(default="localhost")
55
port = Setting(default=11434)
56
- model = Setting(default="codellama:13b")
+ model = Setting(default="dolphin-mistral")
57
58
@property
59
def endpoint(self) -> str:
0 commit comments