File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
daprdocs/content/en/reference/components-reference/supported-conversation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 - name : key
2121 value : mykey
2222 - name : model
23- value : gpt-4-turbo
23+ value : gpt-4o-mini
2424 - name : cacheTTL
2525 value : 10m
2626` ` `
@@ -34,9 +34,9 @@ The above example uses secrets as plain strings. It is recommended to use a secr
3434| Field | Required | Details | Example |
3535|--------------------|:--------:|---------|---------|
3636| ` key` | Y | API key for OpenAI. | `mykey` |
37- | `model` | N | The OpenAI LLM to use. Defaults to `gpt-4-turbo `. | `gpt-4-turbo ` |
37+ | `model` | N | The OpenAI LLM to use. Defaults to `gpt-4o `. | `gpt-4o ` |
3838| `cacheTTL` | N | A time-to-live value for a prompt cache to expire. Uses Golang duration format. | `10m` |
3939
4040# # Related links
4141
42- - [Conversation API overview]({{< ref conversation-overview.md >}})
42+ - [Conversation API overview]({{< ref conversation-overview.md >}})
You can’t perform that action at this time.
0 commit comments