Skip to content

Commit d935397

Browse files
authored
refactor(ai): change pipeline pages order and apply prettier (#693)
This commit ensures that pipelines are listed alphabetically and applies prettier to the codebase.
1 parent aed3f24 commit d935397

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ai/pipelines/image-to-text.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ The following system requirements are recommended for optimal performance:
8484
- [NVIDIA GPU](https://developer.nvidia.com/cuda-gpus) with **at least 4GB** of
8585
VRAM.
8686

87-
8887
## Recommended Pipeline Pricing
8988

9089
<Note>

mint.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -535,12 +535,12 @@
535535
"ai/pipelines/overview",
536536
"ai/pipelines/audio-to-text",
537537
"ai/pipelines/image-to-image",
538+
"ai/pipelines/image-to-text",
538539
"ai/pipelines/image-to-video",
539540
"ai/pipelines/segment-anything-2",
540541
"ai/pipelines/text-to-image",
541542
"ai/pipelines/text-to-speech",
542-
"ai/pipelines/upscale",
543-
"ai/pipelines/image-to-text"
543+
"ai/pipelines/upscale"
544544
]
545545
},
546546
{

0 commit comments

Comments
 (0)