Skip to content

Commit

Permalink
.Net: Typo "Azure Open AI service key"→"Azure OpenAI Service Key" (mi…
Browse files Browse the repository at this point in the history
…crosoft#2956)

### Motivation and Context

<!-- 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! -->
 Typo "Azure Open AI service key"→"Azure OpenAI Service Key"
https://github.com/microsoft/semantic-kernel/blob/main/dotnet/README.md
 #PingMSFTDocs

### 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 😄

---------

Co-authored-by: Dmytro Struk <[email protected]>
  • Loading branch information
2 people authored and SOE-YoungS committed Oct 31, 2023
1 parent 5f93867 commit 2bff2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

To run the LLM prompts and semantic functions in the examples below, make sure
you have an
[Open AI API Key](https://openai.com/api/) or
[Azure Open AI service key](https://learn.microsoft.com/azure/cognitive-services/openai/quickstart?pivots=rest-api).
[OpenAI API Key](https://openai.com/api/) or
[Azure OpenAI Service Key](https://learn.microsoft.com/azure/cognitive-services/openai/quickstart?pivots=rest-api).

## Nuget package

Expand Down

0 comments on commit 2bff2ba

Please sign in to comment.