File tree 1 file changed +2
-2
lines changed
dotnet/samples/GettingStartedWithAgents
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ To set your secrets with .NET Secret Manager:
114
114
dotnet user-secrets set "OpenAI:ApiKey" "..."
115
115
```
116
116
117
- 5. Or Azure Open AI :
117
+ 5. Or Azure OpenAI :
118
118
119
119
```
120
120
dotnet user-secrets set "AzureOpenAI:ChatDeploymentName" "gpt-4o"
@@ -136,7 +136,7 @@ To set your secrets with .NET Secret Manager:
136
136
dotnet user-secrets set "BedrockAgent:FoundationModel" "..."
137
137
```
138
138
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:
140
140
141
141
```
142
142
protected override bool ForceOpenAI => true;
You can’t perform that action at this time.
0 commit comments