Update README.md

This commit is contained in:
Amith Koujalgi 2025-04-16 21:15:49 +05:30 committed by GitHub
parent 48d0a494ee
commit 202fbef8b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,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.93</version> <version>1.0.100</version>
</dependency> </dependency>
``` ```
@ -158,7 +158,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.93</version> <version>1.0.100</version>
</dependency> </dependency>
``` ```
@ -168,7 +168,7 @@ In your Maven project, add this dependency:
```groovy ```groovy
dependencies { dependencies {
implementation 'io.github.ollama4j:ollama4j:1.0.93' implementation 'io.github.ollama4j:ollama4j:1.0.100'
} }
``` ```