Skip to content

Commit c1e36b9

Browse files
gauravkeshreGaurav Keshre
andauthored
[repo] docs: Added a link to "How to create and deploy models and embeddings" (#2453)
## Issue Fixes #2465 ## Details Just added a link to community article that walks the developer through the steps of creating and deploying embeddings and models in Azure portal. #### Change details Just added a link to community article that walks the developer through the steps of creating and deploying embeddings and models in Azure portal. Link that I added: https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/how-to-set-up-and-configure-a-gpt-deployment-using-the-azure-openai-service/3849854 ## Attestation Checklist - [x] My changes follows the style guidelines of this project - [x] I have checked for/fixed spelling, linting, and other errors - [x] My changes generate no new warnings --------- Co-authored-by: Gaurav Keshre <gakeshre@microsoft.com>
1 parent c9a75c6 commit c1e36b9

File tree

1 file changed

+1
-1
lines changed
  • js/samples/04.ai-apps/a.teamsChefBot

1 file changed

+1
-1
lines changed

js/samples/04.ai-apps/a.teamsChefBot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you are using Azure OpenAI then follow these steps:
7272
}
7373
```
7474

75-
> Please note: If you are using Azure OpenAI, you will need both a GPT model and embedding model deployment to get this sample working. See `OpenAIModel` in `index.ts` and `OpenAIEmbeddings` in `VectraDataSource.ts`.
75+
> Please note: If you are using Azure OpenAI, you will need both a GPT model and embedding model deployment to get this sample working. See `OpenAIModel` in `index.ts` and `OpenAIEmbeddings` in `VectraDataSource.ts`. [Learn more on this community post - How To Set Up and Configure a GPT Deployment Using the Azure OpenAI Service](https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/how-to-set-up-and-configure-a-gpt-deployment-using-the-azure-openai-service/3849854)
7676

7777
3. Update `./src/prompts/chat/config.json` and `./src/index.ts` with your model deployment name.
7878

0 commit comments

Comments
 (0)