We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6db294 commit 28fb949Copy full SHA for 28fb949
articles/cognitive-services/openai/includes/dotnet.md
@@ -120,7 +120,7 @@ namespace azure_openai_quickstart
120
{
121
string endpoint = GetEnvironmentVariable("OPENAI_API_BASE");
122
string key = GetEnvironmentVariable("OPENAI_API_KEY");
123
- string engine = "text-davinci-003"; //Enter the deployment name you choose when you deployed the model.
+ string engine = "text-davinci-003"; //Enter the deployment name you chose when you deployed the model.
124
125
OpenAIClient client = new OpenAIClient(new Uri(endpoint), new AzureKeyCredential(key));
126
0 commit comments