From b349267a55e5134f05b2f080aea190a6360eeb0a Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sat, 29 Mar 2025 02:03:36 +0900 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20(Typo=20"Azure=20Open=20AI?= =?UTF-8?q?"=E2=86=92"Azure=20OpenAI")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/react-component-toolkit/blob/main/README.md #PingMSFTDocs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cc0ded..7c6e5b6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The react component toolkit is a toolkit for building and testing react componen --- ## Features -- Integrates with Azure Open AI allowing the creation of components from a description alone. +- Integrates with Azure OpenAI allowing the creation of components from a description alone. - Can convert a react component into an Azure API Management Widget. - Can be tested standalone using ladle which is built into the toolkit stack. - Unit and code coverage testing through Jest (including snapshot testing). @@ -44,7 +44,7 @@ Please use the Official Azure Samples github instructions to install and configu #### ⚠️ Note ``` -Manual installation requires .env file to be configured to enable Azure Open AI/Open AI and APIM Widget functionality. +Manual installation requires .env file to be configured to enable Azure OpenAI/OpenAI and APIM Widget functionality. An example .env.empty file is included, fill out the correct values and copy/rename to .env. If you use cross tenant AD authentication, also ensure you fill in the correct tenant id in the .env file. ``` @@ -63,7 +63,7 @@ Installation: * ```npm run rollup``` - runs ```rollup -c```. * ```npm run build``` - run ```npm cleanup``` followed by ```npm rollup```. * ```npm run test``` - run unit tests from all components (src/unittests). -* ```npm run createnew [component_description]``` - create an AI generated component using Azure Open AI (configure via .env) +* ```npm run createnew [component_description]``` - create an AI generated component using Azure OpenAI (configure via .env) * ```npm run createtemplate [component_name]``` - to create a new ready to run component template with stories and unit tests. * ```npm run removecomponent [component_name]``` - to delete a component and associated stories and unit tests. * ```npm run packagewidget [existing_component_name]``` - to package a component as a widget for Azure API Management Developer Portal.