Skip to content

Commit 8b5b3a3

Browse files
committed
add note on finding model
1 parent 04f8f6b commit 8b5b3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When using the Voice live Python SDK, configure the query parameter:
7575
}
7676
```
7777

78-
For a complete implementation example, refer to the sample code below:
78+
For a complete implementation example, refer to the sample code below. Get the model value from the AI Foundry portal. It corresponds to the name you gave the model at deployment time.
7979

8080
```python
8181
import os

0 commit comments

Comments
 (0)