minor README fix

This commit is contained in:
Christian Tzolov
2024-01-09 10:10:39 +01:00
parent 99d391b10e
commit 2f89124350

View File

@@ -20,7 +20,7 @@ Flux<ChatResponse> 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<String, Object>`.