Skip to content

Commit 36f6aaf

Browse files
RoRoJfpagny
andauthored
Update pages/generative-apis/how-to/query-audio-models.mdx
Co-authored-by: fpagny <[email protected]>
1 parent 97c5b62 commit 36f6aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/generative-apis/how-to/query-audio-models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can now generate a text transcription of a given audio file using the Chat C
7474

7575
#### Transcribing a local audio file
7676

77-
In the example below, a local audio file called `scaleway-ai-revolution.mp3` is base-64 encoded and sent to the model, alongside a transcription prompt. The resulting text transcription is printed to the screen.
77+
In the example below, a local audio file [scaleway-ai-revolution.mp3](https://genapi-documentation-assets.s3.fr-par.scw.cloud/scaleway-ai-revolution.mp3) is base-64 encoded and sent to the model, alongside a transcription prompt. The resulting text transcription is printed to the screen.
7878

7979
```python
8080
import base64

0 commit comments

Comments
 (0)