Skip to content

Commit 225a95c

Browse files
.Net: Update README.md (Typo "Azure Open AI"→"Azure OpenAI") (#11193)
### Motivation and Context Typo "Azure Open AI"→"Azure OpenAI" https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStartedWithAgents/README.md #PingMSFTDocs <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent aa50688 commit 225a95c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • dotnet/samples/GettingStartedWithAgents

dotnet/samples/GettingStartedWithAgents/README.md

Lines changed: 2 additions & 2 deletions
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)