Skip to content

Commit 5ef4c1f

Browse files
1 parent c669f74 commit 5ef4c1f

File tree

1 file changed

+2
-2
lines changed
  • dotnet/samples/GettingStartedWithAgents

1 file changed

+2
-2
lines changed

dotnet/samples/GettingStartedWithAgents/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To set your secrets with .NET Secret Manager:
114114
dotnet user-secrets set "OpenAI:ApiKey" "..."
115115
```
116116
117-
5. Or Azure Open AI:
117+
5. Or Azure OpenAI:
118118
119119
```
120120
dotnet user-secrets set "AzureOpenAI:ChatDeploymentName" "gpt-4o"
@@ -136,7 +136,7 @@ To set your secrets with .NET Secret Manager:
136136
dotnet user-secrets set "BedrockAgent:FoundationModel" "..."
137137
```
138138
139-
> NOTE: Azure secrets will take precedence, if both Open AI and Azure Open AI secrets are defined, unless `ForceOpenAI` is set:
139+
> NOTE: Azure secrets will take precedence, if both Open AI and Azure OpenAI secrets are defined, unless `ForceOpenAI` is set:
140140
141141
```
142142
protected override bool ForceOpenAI => true;

0 commit comments

Comments
 (0)