updated Readme

This commit is contained in:
Amith Koujalgi 2023-11-08 21:22:40 +05:30
parent 0c91db1d03
commit 98a98d3276

View File

@ -2,7 +2,7 @@
<img src='https://raw.githubusercontent.com/amithkoujalgi/ollama4j/163e88bc82b4beb4a52e4d99f9b5d9ef1255ec06/ollama4j.png' width='100' alt="ollama4j-icon"> <img src='https://raw.githubusercontent.com/amithkoujalgi/ollama4j/163e88bc82b4beb4a52e4d99f9b5d9ef1255ec06/ollama4j.png' width='100' alt="ollama4j-icon">
A Java library (wrapper) for [Ollama](https://github.com/jmorganca/ollama/blob/main/docs/api.md) APIs. A Java library (wrapper/binding) for [Ollama](https://github.com/jmorganca/ollama/blob/main/docs/api.md) APIs.
![Build Status](https://github.com/amithkoujalgi/ollama4j/actions/workflows/maven-publish.yml/badge.svg) ![Build Status](https://github.com/amithkoujalgi/ollama4j/actions/workflows/maven-publish.yml/badge.svg)
@ -212,3 +212,7 @@ Find the full `Javadoc` (API specifications) [here](https://amithkoujalgi.github
Contributions are most welcome! Whether it's reporting a bug, proposing an enhancement, or helping with code - any sort Contributions are most welcome! Whether it's reporting a bug, proposing an enhancement, or helping with code - any sort
of contribution is much appreciated. of contribution is much appreciated.
#### Credits
The nomenclature and the icon have been adopted from the incredible Ollama project.