From 17151174fd74ecd94171ceb95b019ff09044571b Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sun, 17 Dec 2023 15:27:57 +0530 Subject: [PATCH] Updated readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 930a129..99b48c1 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ for [Ollama](https://github.com/jmorganca/ollama/blob/main/docs/api.md) APIs. - [Requirements](#requirements) - [Installation](#installation) -- [Demo APIs](#try-out-the-apis) - [API Spec](#api-spec) +- [Demo APIs](#try-out-the-apis-with-ollama-server) - [Development](#development) - [Contributions](#get-involved) @@ -100,9 +100,6 @@ With GPUs docker run -it --gpus=all -v ~/ollama:/root/.ollama -p 11434:11434 ollama/ollama ``` -Read the full list of APIs -here: https://amithkoujalgi.github.io/ollama4j/io/github/amithkoujalgi/ollama4j/core/OllamaAPI.html - Instantiate `OllamaAPI` ```java