updated readme

This commit is contained in:
Amith Koujalgi 2023-11-17 14:49:43 +05:30
parent 9d6fbab0e5
commit 6e8976a7c7

View File

@ -5,9 +5,8 @@
A Java library (wrapper/binding) 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.
```mermaid ```mermaid
graph LR flowchart LR
; o4j[Ollama4j fa:fa-java]
o4j[Ollama4j]
o[Ollama Server] o[Ollama Server]
o4j -->|Communicates with| o; o4j -->|Communicates with| o;
m[Models] m[Models]