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`.