updated docs

This commit is contained in:
Amith Koujalgi
2023-12-26 19:17:56 +05:30
parent 39210cf0c6
commit 5e45b2cdd2
2 changed files with 9 additions and 12 deletions

View File

@@ -17,8 +17,8 @@ Let's get started with **Ollama4j**.
### Start Ollama server
The easiest way of getting started with Ollama server is with *
*[Docker](https://docs.docker.com/get-started/overview/)**. But if you choose to run the
The easiest way of getting started with Ollama server is with [Docker](https://docs.docker.com/get-started/overview/).
But if you choose to run the
Ollama server directly, **[download](https://ollama.ai/download)** the distribution of your choice
and follow the installation process.
@@ -56,6 +56,8 @@ If you're on Maven, add the dependency to your project's `pom.xml`.
</dependency>
```
Find the latest version of the library [here](https://central.sonatype.com/artifact/io.github.amithkoujalgi/ollama4j).
If you're on Gradle, add the following to your `build.gradle`:
```gradle