You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/reference-architecture/diagrams/ai/ai-asset-creation.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ Example uses of such compositions of AI models can be employed to generation vis
35
35
36
36
1.**Client upload**: Send POST request with content to API endpoint.
37
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.
38
-
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.
3.**Safety check**: Check for compliance with safety guidelines by calling [Workers AI](/workers-ai/)[text classification models](/workers-ai/models/) with the previously generated prompt as input.
0 commit comments