From 2f891243501d77bdd620d27419c2f0e07dfa0db5 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Tue, 9 Jan 2024 10:10:39 +0100 Subject: [PATCH] minor README fix --- models/spring-ai-ollama/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/spring-ai-ollama/README.md b/models/spring-ai-ollama/README.md index 9738b0d02..85a44744e 100644 --- a/models/spring-ai-ollama/README.md +++ b/models/spring-ai-ollama/README.md @@ -20,7 +20,7 @@ Flux streamingChat(ChatRequest chatRequest) EmbeddingResponse embeddings(EmbeddingRequest embeddingRequest) ``` -> NOTE: OllamaApi expose also the Ollama `generation` endpoint but later if inferior compared to the Ollama `chat` endpoint. +> NOTE: OllamaApi expose also the Ollama `generation` endpoint but later is inferior compared to the Ollama `chat` endpoint. The `OllamaOptions` is helper class used as type-safe option builder. It provides `toMap` to convert the content into `Map`.