From 298cc8acf53d0e4d4027412a720fff7f79e8fc1e Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Fri, 17 Nov 2023 14:52:32 +0530 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 551d099..cb147aa 100644 --- a/README.md +++ b/README.md @@ -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]