From 9796cc2fa65d482f0a09513e88cdbdb12566112f Mon Sep 17 00:00:00 2001 From: Filinto Duran <1373693+filintod@users.noreply.github.com> Date: Tue, 19 Aug 2025 23:26:55 -0500 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-conversation/ollama.md Co-authored-by: Mark Fussell Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com> --- .../components-reference/supported-conversation/ollama.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-conversation/ollama.md b/daprdocs/content/en/reference/components-reference/supported-conversation/ollama.md index 1395155db..a0dbac727 100644 --- a/daprdocs/content/en/reference/components-reference/supported-conversation/ollama.md +++ b/daprdocs/content/en/reference/components-reference/supported-conversation/ollama.md @@ -36,7 +36,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr ### OpenAI Compatibility -Ollama is compatible with [OpenAI's API](https://ollama.com/blog/openai-compatibility). So we can use the OpenAI component as a drop-in replacement with the following changes: +Ollama is compatible with [OpenAI's API](https://ollama.com/blog/openai-compatibility). You can use the OpenAI component with Ollama models with the following changes: ```yaml apiVersion: dapr.io/v1alpha1