@@ -4,12 +4,12 @@ sidebarTitle: "Introduction"
4
4
description : " Learn how to use Trigger.dev with these practical task examples."
5
5
---
6
6
7
- | Example task | Description |
8
- | :----------------------------------------------------------------- | :-------------------------------------------------------------------------- |
9
- | [ DALL·E 3 image generation] ( /examples/generate-image-with- dall-e3 ) | Use OpenAI's GPT-4o and DALL·E 3 to generate an image and text. |
10
- | [ FFmpeg video processing] ( /examples/ffmpeg-video-processing ) | Use FFmpeg to process a video in various ways and save it to Cloudflare R2. |
11
- | [ OpenAI with retrying] ( /examples/open-ai-with-retrying ) | Create a reusable OpenAI task with custom retry options. |
12
- | [ React to PDF] ( /examples/react-pdf ) | Use ` react-pdf ` to generate a PDF and save it to Cloudflare R2. |
13
- | [ Resend email sequence] ( /examples/resend-email-sequence ) | Send a sequence of emails over several days using Resend with Trigger.dev. |
14
- | [ Sharp image processing] ( /examples/sharp-image-processing ) | Use Sharp to process an image and save it to Cloudflare R2. |
15
- | [ Vercel AI SDK] ( /examples/vercel-ai-sdk ) | Use Vercel AI SDK to generate text using OpenAI. |
7
+ | Example task | Description |
8
+ | :------------------------------------------------------------ | :-------------------------------------------------------------------------- |
9
+ | [ DALL·E 3 image generation] ( /examples/dall-e3-generate-image ) | Use OpenAI's GPT-4o and DALL·E 3 to generate an image and text. |
10
+ | [ FFmpeg video processing] ( /examples/ffmpeg-video-processing ) | Use FFmpeg to process a video in various ways and save it to Cloudflare R2. |
11
+ | [ OpenAI with retrying] ( /examples/open-ai-with-retrying ) | Create a reusable OpenAI task with custom retry options. |
12
+ | [ React to PDF] ( /examples/react-pdf ) | Use ` react-pdf ` to generate a PDF and save it to Cloudflare R2. |
13
+ | [ Resend email sequence] ( /examples/resend-email-sequence ) | Send a sequence of emails over several days using Resend with Trigger.dev. |
14
+ | [ Sharp image processing] ( /examples/sharp-image-processing ) | Use Sharp to process an image and save it to Cloudflare R2. |
15
+ | [ Vercel AI SDK] ( /examples/vercel-ai-sdk ) | Use Vercel AI SDK to generate text using OpenAI. |
0 commit comments