This commit is contained in:
Amith Koujalgi 2023-11-08 14:04:45 +05:30
parent 6c4fc95493
commit b9d888b3d5

View File

@ -11,6 +11,7 @@ A Java library (wrapper) for [Ollama](https://github.com/jmorganca/ollama/blob/m
- [Requirements](#requirements) - [Requirements](#requirements)
- [Installation](#installation) - [Installation](#installation)
- [Demo APIs](#try-out-the-apis) - [Demo APIs](#try-out-the-apis)
- [API Spec](#api-spec)
- [Contributions](#get-involved) - [Contributions](#get-involved)
#### Requirements #### Requirements
@ -186,6 +187,8 @@ FROM sales
GROUP BY customers.name; GROUP BY customers.name;
``` ```
#### API Spec
Find the full `Javadoc` (API specifications) [here](https://amithkoujalgi.github.io/ollama4j/). Find the full `Javadoc` (API specifications) [here](https://amithkoujalgi.github.io/ollama4j/).
#### Areas of improvement #### Areas of improvement