From 2efb4e70a3023afae4cb2352ae30c3a275db6ebe Mon Sep 17 00:00:00 2001 From: Zain_ul_din <78583049+Zain-ul-din@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:06:46 +0500 Subject: [PATCH] Update docs for flux model --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62387c1..3177a9e 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The WhatsApp AI Bot is a chatbot that uses AI models APIs to generate responses - [Gemini API Key](https://aistudio.google.com/app/apikey) - [OpenAI API Key](https://platform.openai.com/api-keys) -- [StabilityAI API Key](https://platform.stability.ai/account/keys) +- [Hugging Face API Key](https://huggingface.co/) ### 3. Add API Keys @@ -102,6 +102,7 @@ Copy the file `.env.example` and rename it to `.env`, then set any settings you - `!gemini` use gemini. - `!chatgpt` use chat-gpt. - `!dalle` use Dalle. +- `!flux` use flux. **Note! open `src/whatsapp-ai.config.ts` to edit config.**