Update README.md

This commit is contained in:
amithkoujalgi 2025-02-01 23:13:35 +05:30
parent 24f5bc4fec
commit 9a12cebb68
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70

View File

@ -153,7 +153,7 @@ In your Maven project, add this dependency:
<dependency> <dependency>
<groupId>io.github.ollama4j</groupId> <groupId>io.github.ollama4j</groupId>
<artifactId>ollama4j</artifactId> <artifactId>ollama4j</artifactId>
<version>1.0.89</version> <version>1.0.93</version>
</dependency> </dependency>
``` ```
@ -209,7 +209,7 @@ In your Maven project, add this dependency:
<dependency> <dependency>
<groupId>io.github.ollama4j</groupId> <groupId>io.github.ollama4j</groupId>
<artifactId>ollama4j</artifactId> <artifactId>ollama4j</artifactId>
<version>1.0.89</version> <version>1.0.93</version>
</dependency> </dependency>
``` ```
@ -219,7 +219,7 @@ In your Maven project, add this dependency:
```groovy ```groovy
dependencies { dependencies {
implementation 'io.github.ollama4j:ollama4j:1.0.79' implementation 'io.github.ollama4j:ollama4j:1.0.93'
} }
``` ```