Skip to content

Commit ea09f99

Browse files
authored
Change Ollama default model to dolphin-mistral (#53)
1 parent 4fb24d9 commit ea09f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shelloracle/providers/ollama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Ollama(Provider):
5353

5454
host = Setting(default="localhost")
5555
port = Setting(default=11434)
56-
model = Setting(default="codellama:13b")
56+
model = Setting(default="dolphin-mistral")
5757

5858
@property
5959
def endpoint(self) -> str:

0 commit comments

Comments
 (0)