You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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>
Copy file name to clipboardExpand all lines: js/samples/04.ai-apps/a.teamsChefBot/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ If you are using Azure OpenAI then follow these steps:
72
72
}
73
73
```
74
74
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)
76
76
77
77
3. Update `./src/prompts/chat/config.json` and `./src/index.ts` with your model deployment name.
0 commit comments