Skip to content

Commit 3366ded

Browse files
committed
update
1 parent 5f89796 commit 3366ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/chat-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func main() {
8282
// The user asks a question
8383
{Role: to.Ptr(azopenai.ChatRoleUser), Content: to.Ptr("Does Azure OpenAI support customer managed keys?")},
8484

85-
// The reply would come back from the ChatGPT. You'd add it to the conversation so we can maintain context.
85+
// The reply would come back from the Azure OpenAI model. You'd add it to the conversation so we can maintain context.
8686
{Role: to.Ptr(azopenai.ChatRoleAssistant), Content: to.Ptr("Yes, customer managed keys are supported by Azure OpenAI")},
8787

8888
// The user answers the question based on the latest reply.

0 commit comments

Comments
 (0)