From 2bba4018b2412c9a52ca94e25acfc57665a49c78 Mon Sep 17 00:00:00 2001 From: believethehype Date: Fri, 24 Nov 2023 21:39:48 +0100 Subject: [PATCH] Update README.md --- tasks/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tasks/README.md b/tasks/README.md index 7dcf575..136a270 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -6,8 +6,9 @@ Reusable backend functions can be defined in backends (e.g. API calls) Current List of Tasks: -| Module | Kind | Description | Backend | -|---------------------|------|-------------------------------------------|---------------------------| -| Translation | 5002 | Translates Inputs to another language | Local, calling Google API | -| TextExtractionPDF | 5001 | Extracts Text from a PDF file | Local | -| ImageGenerationSDXL | 5100 | Generates an Image with StableDiffusionXL | nova-server | \ No newline at end of file +| Module | Kind | Description | Backend | +|----------------------|------|-------------------------------------------|---------------------------| +| Translation | 5002 | Translates Inputs to another language | Local, calling Google API | +| TextExtractionPDF | 5001 | Extracts Text from a PDF file | Local | +| ImageGenerationSDXL | 5100 | Generates an Image with StableDiffusionXL | nova-server | +| ImageGenerationDALLE | 5100 | Generates an Image with Dall-E | OpenAI |