File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dotnet/samples/Demos/VectorStoreRAG Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dotnet user-secrets set "AIServices:AzureOpenAI:Endpoint" "https://<yourservice>
57
57
dotnet user-secrets set "AIServices:AzureOpenAI:ChatDeploymentName" "<your deployment name>"
58
58
```
59
59
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.
61
61
62
62
### OpenAI Chat Completion
63
63
@@ -83,7 +83,7 @@ dotnet user-secrets set "AIServices:AzureOpenAIEmbeddings:Endpoint" "https://<yo
83
83
dotnet user-secrets set "AIServices:AzureOpenAIEmbeddings:DeploymentName" "<your deployment name>"
84
84
```
85
85
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.
87
87
88
88
### OpenAI Embeddings
89
89
You can’t perform that action at this time.
0 commit comments