From b9d888b3d5ec878dc62619b0cc8a95f6254e14b3 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Wed, 8 Nov 2023 14:04:45 +0530 Subject: [PATCH] init --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c20a202..ef0a89c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A Java library (wrapper) for [Ollama](https://github.com/jmorganca/ollama/blob/m - [Requirements](#requirements) - [Installation](#installation) - [Demo APIs](#try-out-the-apis) +- [API Spec](#api-spec) - [Contributions](#get-involved) #### Requirements @@ -186,6 +187,8 @@ FROM sales GROUP BY customers.name; ``` +#### API Spec + Find the full `Javadoc` (API specifications) [here](https://amithkoujalgi.github.io/ollama4j/). #### Areas of improvement