Skip to content

Commit e3ba52b

Browse files
committed
acrolinx
1 parent 033b42c commit e3ba52b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/speech-service/how-to-bring-your-own-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ms.custom: ai-speech, voice-live, byom, preview
1111

1212
# Bring Your Own Model (BYOM) with Voice Live API (Preview)
1313

14-
The Voice live API provides Bring Your Own Model (BYOM) capabilities, allowing you to integrate your custom models into the voice interaction workflow. BYOM is particularly useful for the following scenarios:
14+
The Voice live API provides Bring Your Own Model (BYOM) capabilities, allowing you to integrate your custom models into the voice interaction workflow. BYOM is useful for the following scenarios:
1515

1616
- **Fine-tuned models**: Use your custom Azure OpenAI or Azure Foundry models
17-
- **Provisioned throughput**: Leverage your PTU (Provisioned Throughput Units) deployments for consistent performance
17+
- **Provisioned throughput**: Use your PTU (Provisioned Throughput Units) deployments for consistent performance
1818
- **Content safety**: Apply customized content safety configurations with your LLM
1919

2020
> [!IMPORTANT]
@@ -84,7 +84,7 @@ Use the [Python SDK quickstart code](/azure/ai-services/speech-service/voice-liv
8484
)
8585
```
8686

87-
1. In the `BasicVoiceAssistant` class, add the byom field:
87+
1. In the `BasicVoiceAssistant` class, add the `byom` field:
8888

8989
```python
9090
class BasicVoiceAssistant:

0 commit comments

Comments
 (0)