mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/components-reference/supported-conversation/ollama.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>
This commit is contained in:
parent
939c354666
commit
9796cc2fa6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue