Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ client = Cloudflare(api_token=api_token)

### Text Generation

Explore all [Text Generation Models](/workers-ai/models#text-generation)
Explore all [Text Generation Models](/workers-ai/models)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: https://developers.cloudflare.com/workers-ai/tutorials/explore-workers-ai-models-using-a-jupyter-notebook/
has a broken internal link to: https://developers.cloudflare.com/workers-ai/models.
The fragment text-generation does not exist.

By looking at the page: https://developers.cloudflare.com/workers-ai/models
There was no ideal replacement found and so we removed the header link.



```python
Expand Down Expand Up @@ -142,7 +142,7 @@ By using these keyboard shortcuts, you'll be able to work more efficiently and q

### Text to Image

Explore all [Text to Image models](/workers-ai/models#text-to-image)
Explore all [Text to Image models](/workers-ai/models)


```python
Expand Down Expand Up @@ -194,7 +194,7 @@ print(data["description"])

### Automatic Speech Recognition

Explore all [Speech Recognition models](/workers-ai/models#speech-recognition)
Explore all [Speech Recognition models](/workers-ai/models)


```python
Expand Down Expand Up @@ -323,7 +323,7 @@ response

### Translations

Explore all [Translation models](/workers-ai/models#translation)
Explore all [Translation models](/workers-ai/models)


```python
Expand All @@ -344,7 +344,7 @@ print(result["translated_text"])

### Text Classification

Explore all [Text Classification models](/workers-ai/models#text-classification)
Explore all [Text Classification models](/workers-ai/models)


```python
Expand Down
Loading