Skip to content

Commit 3b1cba0

Browse files
authored
Update metadata.yaml
The new default model for OpenAI is gpt-4o, but gpt-4o-mini is much cheaper and should be the default. This change only updates the metadata example, and the change from 4o to 4o-mini is applied in https://github.com/dapr/docs/blob/v1.15/daprdocs/content/en/reference/components-reference/supported-conversation/openai.md (currently on 4-turbo) Signed-off-by: Erin La <[email protected]>
1 parent 70c9972 commit 3b1cba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conversation/openai/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ metadata:
2626
description: |
2727
The OpenAI LLM to use. Defaults to gpt-4o
2828
type: string
29-
example: 'gpt-4-turbo'
29+
example: 'gpt-4o-mini'
3030
- name: cacheTTL
3131
required: false
3232
description: |

0 commit comments

Comments
 (0)