Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md (Typo "Azure Open AI"→"Azure OpenAI") #74

Open
wants to merge 1 commit into
base: ckm-v1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ Learn more on how to configure your [Azure OpenAI prompt here](#integrate-your-o

2. Most fields will have a default name set already. You will need to update the following Azure OpenAI settings:

- newOrExistingOpenAIResource - Determines whether to create a new Azure Open AI resource or use an existing resource within the deployment.
- **existing**: Select this option if you already have an Azure Open AI resource that you want to use.
- **new**: Choose this option if you want to create a new Azure Open AI resource as part of this deployment. The template will provision a new resource with the specified configuration settings.
- newOrExistingOpenAIResource - Determines whether to create a new Azure OpenAI resource or use an existing resource within the deployment.
- **existing**: Select this option if you already have an Azure OpenAI resource that you want to use.
- **new**: Choose this option if you want to create a new Azure OpenAI resource as part of this deployment. The template will provision a new resource with the specified configuration settings.

**Note:** The default value for this field is **existing**.

Expand Down