updated readme

This commit is contained in:
Amith Koujalgi 2023-11-17 14:52:32 +05:30
parent c59badd1c9
commit 298cc8acf5

View File

@ -6,7 +6,7 @@ A Java library (wrapper/binding) for [Ollama](https://github.com/jmorganca/ollam
```mermaid
flowchart LR
o4j[Ollama4j fa:fa-brands fa-java]
o4j[Ollama4j]
o[Ollama Server]
o4j -->|Communicates with| o;
m[Models]