Skip to content

Commit 28fb949

Browse files
committed
update
1 parent d6db294 commit 28fb949

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/openai/includes

1 file changed

+1
-1
lines changed

articles/cognitive-services/openai/includes/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace azure_openai_quickstart
120120
{
121121
string endpoint = GetEnvironmentVariable("OPENAI_API_BASE");
122122
string key = GetEnvironmentVariable("OPENAI_API_KEY");
123-
string engine = "text-davinci-003"; //Enter the deployment name you choose when you deployed the model.
123+
string engine = "text-davinci-003"; //Enter the deployment name you chose when you deployed the model.
124124
125125
OpenAIClient client = new OpenAIClient(new Uri(endpoint), new AzureKeyCredential(key));
126126

0 commit comments

Comments
 (0)