From 1f1fc44024bf7b10742ce21dd6855bcc1b85472b Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 4 Jun 2023 00:04:58 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Chat=20GPT"=E2=86=92"ChatGPT"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://learn.microsoft.com/en-us/samples/azure-samples/communication-services-javascript-quickstarts/build-a-conversation-sms-bot-with-azure-open-ai/ https://github.com/Azure-Samples/communication-services-javascript-quickstarts/blob/main/sms-open-ai-bot/README.md #PingMSFTDocs --- sms-open-ai-bot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms-open-ai-bot/README.md b/sms-open-ai-bot/README.md index 569b3c06..2941c8f8 100644 --- a/sms-open-ai-bot/README.md +++ b/sms-open-ai-bot/README.md @@ -11,7 +11,7 @@ products: # Build a conversation SMS bot with Azure Open AI -It is no secret that Large Language Models (LLM) like Chat GPT have been all the rage in the last couple of months. These conversational models offer seamless and intuitive interfaces for users to interact with, enabling them to easily ask questions or carry out tasks.  The Azure Communication Services team strives to provide developers with the tools to integrate these conversational entities with communication channels, and delight end users with exceptional support. In this blog we will show you how to use Azure Communication Services SMS capability and Azure Open AI’s GPT model to light up a personalized end user interaction scenario. +It is no secret that Large Language Models (LLM) like ChatGPT have been all the rage in the last couple of months. These conversational models offer seamless and intuitive interfaces for users to interact with, enabling them to easily ask questions or carry out tasks.  The Azure Communication Services team strives to provide developers with the tools to integrate these conversational entities with communication channels, and delight end users with exceptional support. In this blog we will show you how to use Azure Communication Services SMS capability and Azure Open AI’s GPT model to light up a personalized end user interaction scenario. ## Pre-requisites