From 73db1dbd8b22eba67435c6c3f8734be8af29ad53 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Fri, 27 Oct 2023 17:00:42 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0708f..6b587a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Ollama4j -![](https://raw.githubusercontent.com/amithkoujalgi/ollama4j/163e88bc82b4beb4a52e4d99f9b5d9ef1255ec06/ollama4j.png ) + A Java wrapper for [Ollama](https://github.com/jmorganca/ollama/blob/main/docs/api.md) APIs. @@ -9,6 +9,7 @@ A Java wrapper for [Ollama](https://github.com/jmorganca/ollama/blob/main/docs/a Install: With Maven from [Nexus](https://s01.oss.sonatype.org/#nexus-search;quick~ollama4j): + ```xml io.github.amithkoujalgi