Skip to content

Commit 0e8c914

Browse files
committed
use the correct include file for env vars
1 parent 33cc047 commit 0e8c914

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/openai-speech

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/openai-speech/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Install the following Python libraries: `os`, `requests`, `json`
2828

2929
This example requires environment variables named `OPEN_AI_KEY`, `OPEN_AI_ENDPOINT`, `SPEECH_KEY`, and `SPEECH_REGION`.
3030

31-
[!INCLUDE [Environment variables](../../common/environment-variables.md)]
31+
[!INCLUDE [Environment variables](../../common/environment-variables-openai.md)]
3232

3333
## Recognize speech from a microphone
3434

0 commit comments

Comments
 (0)