You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: arconia-dev-services/arconia-dev-services-ollama/src/main/java/io/arconia/dev/service/ollama/OllamaDevServiceProperties.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ public class OllamaDevServiceProperties implements DevServiceProperties {
20
20
/**
21
21
* Full name of the container image used in the dev service.
22
22
*/
23
-
privateStringimageName = "ollama/ollama:0.5.13";
23
+
privateStringimageName = "ollama/ollama:0.6.2";
24
24
25
25
/**
26
26
* Whether the container used in the dev service is reusable across applications.
Copy file name to clipboardexpand all lines: arconia-dev-services/arconia-dev-services-ollama/src/test/java/io/arconia/dev/service/ollama/OllamaDevServicePropertiesTests.java
0 commit comments