Skip to content

Commit 7388de2

Browse files
Fix issue: WorkspaceTaskSubType.BROKEN_LINK
1 parent 0d83c9e commit 7388de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers-ai/tutorials/how-to-choose-the-right-text-generation-model.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can [download the Workers AI Text Generation Exploration notebook](/workers-
3636

3737
Models come in different shapes and sizes, and choosing the right one for the task, can cause analysis paralysis.
3838

39-
The good news is that on the [Workers AI Text Generation](/workers-ai/models/#text-generation) interface is always the same, no matter which model you choose.
39+
The good news is that on the [Workers AI Text Generation](/workers-ai/models/#) interface is always the same, no matter which model you choose.
4040

4141
In an effort to aid you in your journey of finding the right model, this notebook will help you get to know your options in a speed dating type of scenario.
4242

@@ -130,7 +130,7 @@ def speed_date(models, questions):
130130

131131
Who better to tell you about the specific models than themselves?!
132132

133-
The timing here is specific to the entire completion, but remember all Text Generation models on [Workers AI support streaming](/workers-ai/models/#text-generation).
133+
The timing here is specific to the entire completion, but remember all Text Generation models on [Workers AI support streaming](/workers-ai/models/#).
134134

135135
```python
136136
models = [

0 commit comments

Comments
 (0)