Skip to content

Commit 3298165

Browse files
Minor edits.
1 parent 10f7a0d commit 3298165

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

articles/ai-services/speech-service/includes/common/environment-variables-openai.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export SPEECH_REGION=your-speech-region
4747
After you add the environment variables, run `source ~/.bashrc` from your console window to make the changes effective.
4848

4949
#### [macOS](#tab/macos)
50-
5150
##### Bash
5251

5352
Edit your *.bash_profile*, and add the environment variables:

articles/ai-services/speech-service/includes/quickstarts/openai-speech/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Speech SDK for Python is available as a [Python Package Index (PyPI) module]
2323

2424
Install a version of [Python from 3.7 or later](https://www.python.org/downloads/). First check the [SDK installation guide](../../../quickstarts/setup-platform.md?pivots=programming-language-python) for any more requirements.
2525

26-
Install the following Python libraries: `os`, `requests`, `json`
26+
Install the following Python libraries: `os`, `requests`, `json`.
2727

2828
### Set environment variables
2929

0 commit comments

Comments
 (0)