docs: update Ollama diagram

This commit is contained in:
Christian Tzolov
2024-04-06 12:49:24 +02:00
parent 1610729d93
commit 4539a41423
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 KiB

View File

@@ -275,7 +275,7 @@ The link:https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai
Following class diagram illustrates the `OllamaApi` chat interfaces and building blocks:
image::ollama-chat-completion-api.png[OllamaApi Chat Completion API Diagram]
image::ollama-chat-completion-api.jpg[OllamaApi Chat Completion API Diagram, 800, 600]
Here is a simple snippet how to use the api programmatically: