Skip to content

Commit 01d5e28

Browse files
giterinhubsicoyle
andauthored
Update daprdocs/content/en/reference/components-reference/supported-conversation/openai.md
Co-authored-by: Sam <sam@diagrid.io> Signed-off-by: Erin La <107987318+giterinhub@users.noreply.github.com>
1 parent 1d9112d commit 01d5e28

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/reference/components-reference/supported-conversation

1 file changed

+1
-1
lines changed

daprdocs/content/en/reference/components-reference/supported-conversation/openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
- name: endpoint
5757
value: "https://<your-resource-name>.openai.azure.com/"
5858
- name: model
59-
value: '${{AZURE_OPENAI_MODEL}}'
59+
value: 'gpt-4.1-nano'
6060
```
6161

6262
If `model` is omitted from the component metadata and neither `AZURE_OPENAI_MODEL` nor `DAPR_CONVERSATION_OPENAI_MODEL` are set, the component falls back to its built-in default model.

0 commit comments

Comments
 (0)