Skip to content

Commit dc50de5

Browse files
authored
Merge pull request #307 from Azure-Samples/jimchou/chat-nlp-readme-update
2 parents 1cfeaf1 + 2f1e272 commit dc50de5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chat-nlp-analysis/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This sample application demonstrates how to integrate Azure Communication Servic
99
- app.ts - Node JS application providing HTTP endpoints for message analysis (including Event Grid webhook endpoint)
1010
- client.ts - script to setup chat messages and test HTTP endpoints locally for message analysis
1111

12+
Optionally you can swap out Azure OpenAI to your preferred LLM service (eg. DeepSeek, OpenAI-o3, BERT, etc...) by replacing the logic in `getChatCompletions` inside of `app.ts`.
13+
1214
## Prerequisites
1315

1416
- Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/).

0 commit comments

Comments
 (0)