From 85f910f2a5a5bf4e41af335b1dd10526d34a937f Mon Sep 17 00:00:00 2001 From: Vicente Date: Thu, 24 Oct 2024 13:42:58 -0300 Subject: [PATCH] Update .env.example The default size for the Dalle configuration has been changed, this allows it to be generated with the Dalle 2 and Dalle 3 versions. --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 90f6562..cf71aa0 100644 --- a/.env.example +++ b/.env.example @@ -27,7 +27,7 @@ DALLE_ENABLED=False DALLE_ICON_PREFIX=🎨 DALLE_USE_3=False # See all supported sizes here https://platform.openai.com/docs/api-reference/images/create#images-create-size -DALLE_SIZE=512x512 +DALLE_SIZE=1024x1024 # # Google Gemini GEMINI_PREFIX=!gemini @@ -47,4 +47,4 @@ STABILITY_MODEL=core # https://platform.stability.ai/docs/api-reference#tag/Generate # Available Models: -# core | ultra | sd3 \ No newline at end of file +# core | ultra | sd3