Skip to content

Commit 20bbfc1

Browse files
Fix issue: WorkspaceTaskSubType.BROKEN_LINK
1 parent 7388de2 commit 20bbfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/reference-architecture/diagrams/ai/ai-asset-creation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Example uses of such compositions of AI models can be employed to generation vis
3434
![Figure 1:Content-based asset generation](~/assets/images/reference-architecture/ai-asset-generation-diagrams/ai-asset-generation.svg "Figure 1: Content-based asset generation")
3535

3636
1. **Client upload**: Send POST request with content to API endpoint.
37-
2. **Prompt generation**: Generate prompt for later-stage text-to-image model by calling [Workers AI](/workers-ai/) [text generation models](/workers-ai/models/#text-generation) with content as input.
37+
2. **Prompt generation**: Generate prompt for later-stage text-to-image model by calling [Workers AI](/workers-ai/) [text generation models](/workers-ai/models/#) with content as input.
3838
3. **Safety check**: Check for compliance with safety guidelines by calling [Workers AI](/workers-ai/) [text classification models](/workers-ai/models/#text-classification) with the previously generated prompt as input.
3939
4. **Image generation**: Generate image by calling [Workers AI](/workers-ai/) [text-to-image models](/workers-ai/models/#text-to-image) previously generated prompt.
4040

4141
## Related resources
4242

4343
- [Community project: content-based asset creation demo](https://auto-asset.pages.dev/)
44-
- [Workers AI: Text generation models](/workers-ai/models/#text-generation)
44+
- [Workers AI: Text generation models](/workers-ai/models/#)
4545
- [Workers AI: Text-to-image models](/workers-ai/models/#text-to-image)
4646
- [Workers AI: llamaguard-7b-awq](/workers-ai/models/llamaguard-7b-awq/)

0 commit comments

Comments
 (0)