Skip to content

Commit 9572efe

Browse files
authored
Merge pull request #3366 from diberry/diberry/0305-fix-chat-with-your-data
JS - chat with your data quickstart - fix code
2 parents f3c88c6 + 1a84e4e commit 9572efe

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)