Skip to content

Commit 1a84e4e

Browse files
committed
JS - chat with your data quickstart - fix code
1 parent 4fd371d commit 1a84e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/use-your-data-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ms.date: 01/10/2025
4848
4949
// Set the Azure and AI Search values from environment variables
5050
const endpoint = process.env.AZURE_OPENAI_ENDPOINT || "Your endpoint";
51-
const searchEndpoint = process.enV.AZURE_AI_SEARCH_ENDPOINT || "Your search endpoint";
51+
const searchEndpoint = process.env.AZURE_AI_SEARCH_ENDPOINT || "Your search endpoint";
5252
const searchIndex = process.env.AZURE_AI_SEARCH_INDEX || "Your search index";
5353
5454
// keyless authentication

0 commit comments

Comments
 (0)