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