Skip to content

Commit cc679c0

Browse files
.Net: Update README.md (Typo "Azure Open AI"→"Azure OpenAI") (#11386)
https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Demos/VectorStoreRAG/README.md #PingMSFTDocs ### 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! --> ### 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: Mark Wallace <[email protected]>
1 parent 47f921c commit cc679c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/samples/Demos/VectorStoreRAG/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dotnet user-secrets set "AIServices:AzureOpenAI:Endpoint" "https://<yourservice>
5757
dotnet user-secrets set "AIServices:AzureOpenAI:ChatDeploymentName" "<your deployment name>"
5858
```
5959

60-
Note that the code doesn't use an API Key to communicate with Azure Open AI, but rather an `AzureCliCredential` so no api key secret is required.
60+
Note that the code doesn't use an API Key to communicate with Azure OpenAI, but rather an `AzureCliCredential` so no api key secret is required.
6161

6262
### OpenAI Chat Completion
6363

@@ -83,7 +83,7 @@ dotnet user-secrets set "AIServices:AzureOpenAIEmbeddings:Endpoint" "https://<yo
8383
dotnet user-secrets set "AIServices:AzureOpenAIEmbeddings:DeploymentName" "<your deployment name>"
8484
```
8585

86-
Note that the code doesn't use an API Key to communicate with Azure Open AI, but rather an `AzureCliCredential` so no api key secret is required.
86+
Note that the code doesn't use an API Key to communicate with Azure OpenAI, but rather an `AzureCliCredential` so no api key secret is required.
8787

8888
### OpenAI Embeddings
8989

0 commit comments

Comments
 (0)