Skip to content

Commit 578146a

Browse files
authored
Apply suggestions from code review
1 parent 66c3bea commit 578146a

File tree

2 files changed

+2
-2
lines changed
  • articles/ai-services/speech-service/includes/quickstarts

2 files changed

+2
-2
lines changed

articles/ai-services/speech-service/includes/quickstarts/voice-live-agents/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Quitting the chat...
654654
Chat done.
655655
```
656656
657-
The script that you ran creates a log file named `<timestamp>_voicelive.log` in the in the `logs` folder.
657+
The script that you ran creates a log file named `<timestamp>_voicelive.log` in the `logs` folder.
658658
659659
```python
660660
logging.basicConfig(

articles/ai-services/speech-service/includes/quickstarts/voice-live-api/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Received event: {'response.audio.delta'}
564564
Chat done.
565565
```
566566

567-
The script that you ran creates a log file named `<timestamp>_voicelive.log` in the in the `logs` folder.
567+
The script that you ran creates a log file named `<timestamp>_voicelive.log` in the `logs` folder.
568568

569569
```python
570570
logging.basicConfig(

0 commit comments

Comments
 (0)