From 16223f772952cf8ac0bc31fdb05945fa5f1bcef0 Mon Sep 17 00:00:00 2001 From: Zain_ul_din <78583049+Zain-ul-din@users.noreply.github.com> Date: Sat, 19 Oct 2024 02:00:16 +0500 Subject: [PATCH] fix: added missing flux model --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31e5f11..62387c1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The WhatsApp AI Bot is a chatbot that uses AI models APIs to generate responses | Gemini | [Google](https://ai.google.dev/gemini-api/docs/text-generation?lang=node#generate-text-from-text) | Text to Text | !gemini | | Gemini Vision | [Google](https://ai.google.dev/gemini-api/docs/vision?lang=node#upload-image) | Image to Text | none | | Dalle 2 & 3 | [OpenAI](https://platform.openai.com/docs/api-reference/images/create) | Text to Image | !dalle | +| Flux | [Hugging Face](https://huggingface.co/black-forest-labs/FLUX.1-dev) | Text to Image | !flux | # Demo