Skip to content

Commit e427f36

Browse files
Updated Tips to show links and code (#1813)
1 parent 68d8a5b commit e427f36

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/inference-providers/guides/building-first-app.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,12 @@ We'll also need to implement the `transcribe` and `summarize` functions.
177177
<hfoptions id="transcription">
178178
<hfoption id="python">
179179
180-
Now let's implement the transcription using OpenAI's `whisper-large-v3` model for fast, reliable speech processing.
180+
Now let's implement the transcription using OpenAI's `whisper-large-v3` model for fast, reliable speech processing.
181+
181182
<Tip>
183+
182184
We'll use the `auto` provider to automatically select the first available provider for the model. You can define your own priority list of providers in the [Inference Providers](https://huggingface.co/settings/inference-providers) page.
185+
183186
</Tip>
184187
185188
```python
@@ -200,9 +203,12 @@ def transcribe_audio(audio_file_path):
200203
</hfoption>
201204
<hfoption id="javascript">
202205
203-
Now let's implement the transcription using OpenAI's `whisper-large-v3` model for fast, reliable speech processing.
206+
Now let's implement the transcription using OpenAI's `whisper-large-v3` model for fast, reliable speech processing.
207+
204208
<Tip>
209+
205210
We'll use the `auto` provider to automatically select the first available provider for the model. You can define your own priority list of providers in the [Inference Providers](https://huggingface.co/settings/inference-providers) page.
211+
206212
</Tip>
207213
208214
```javascript

0 commit comments

Comments
 (0)