Merge pull request #123 from ollama4j/amithkoujalgi-patch-1

Update README.md
This commit is contained in:
Amith Koujalgi 2025-04-16 21:16:19 +05:30 committed by GitHub
commit a4c47216f5
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>
<groupId>io.github.ollama4j</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.93</version>
<version>1.0.100</version>
</dependency>
```
@ -158,7 +158,7 @@ In your Maven project, add this dependency:
<dependency>
<groupId>io.github.ollama4j</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.93</version>
<version>1.0.100</version>
</dependency>
```
@ -168,7 +168,7 @@ In your Maven project, add this dependency:
```groovy
dependencies {
implementation 'io.github.ollama4j:ollama4j:1.0.93'
implementation 'io.github.ollama4j:ollama4j:1.0.100'
}
```