From 76cad0f584c35b272c4faf99ab09ce958e178006 Mon Sep 17 00:00:00 2001 From: "koujalgi.amith@gmail.com" Date: Sun, 14 Jul 2024 22:50:54 +0530 Subject: [PATCH] updated README.md Signed-off-by: koujalgi.amith@gmail.com --- README.md | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index d028d07..700a02b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -
- ### Ollama4j

@@ -14,7 +12,7 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/). ![GitHub stars](https://img.shields.io/github/stars/amithkoujalgi/ollama4j) ![GitHub forks](https://img.shields.io/github/forks/amithkoujalgi/ollama4j) ![GitHub watchers](https://img.shields.io/github/watchers/amithkoujalgi/ollama4j) -![Contributors](https://img.shields.io/github/contributors/amithkoujalgi/ollama4j) +![Contributors](https://img.shields.io/github/contributors/amithkoujalgi/ollama4j?style=social) ![GitHub License](https://img.shields.io/github/license/amithkoujalgi/ollama4j) ![GitHub repo size](https://img.shields.io/github/repo-size/amithkoujalgi/ollama4j) @@ -30,9 +28,6 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/). ![Build Status](https://github.com/amithkoujalgi/ollama4j/actions/workflows/maven-publish.yml/badge.svg) - -

- [//]: # (![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Famithkoujalgi%2Follama4j&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)) [//]: # (![GitHub language count](https://img.shields.io/github/languages/count/amithkoujalgi/ollama4j)) @@ -64,17 +59,17 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/). #### Requirements -![Java](https://img.shields.io/badge/Java-11_+-green.svg?style=just-the-message&labelColor=gray) +![Java](https://img.shields.io/badge/Java-11_+-green.svg?style=for-the-badge&labelColor=gray&label=Java) [![][ollama-shield]][ollama-link] **Or** [![][ollama-docker-shield]][ollama-docker] [ollama-link]: https://ollama.ai/ -[ollama-shield]: https://img.shields.io/badge/Ollama-Local_Installation-blue.svg?style=just-the-message&labelColor=gray +[ollama-shield]: https://img.shields.io/badge/Ollama-Local_Installation-blue.svg?style=for-the-badge&labelColor=gray [ollama-docker]: https://hub.docker.com/r/ollama/ollama -[ollama-docker-shield]: https://img.shields.io/badge/Ollama-Docker-blue.svg?style=just-the-message&labelColor=gray +[ollama-docker-shield]: https://img.shields.io/badge/Ollama-Docker-blue.svg?style=for-the-badge&labelColor=gray ## Installation @@ -95,10 +90,10 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/). ```xml - - jitpack.io - https://jitpack.io - + + jitpack.io + https://jitpack.io + ``` @@ -163,9 +158,9 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/). ```xml - io.github.amithkoujalgi - ollama4j - 1.0.74 + io.github.amithkoujalgi + ollama4j + 1.0.74 ``` @@ -177,11 +172,11 @@ Add it in your root `build.gradle` at the end of repositories: ```groovy dependencyResolutionManagement { - repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) - repositories { - mavenCentral() - maven { url 'https://jitpack.io' } - } + repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) + repositories { + mavenCentral() + maven { url 'https://jitpack.io' } + } } ``` @@ -189,7 +184,7 @@ dependencyResolutionManagement { ```groovy dependencies { - implementation 'com.github.amithkoujalgi:ollama4j:Tag' + implementation 'com.github.amithkoujalgi:ollama4j:Tag' } ```