From 0ea43f61c2a9b42bf534c6e4ea2640687d2e7e20 Mon Sep 17 00:00:00 2001 From: nai-degen Date: Sun, 9 Jun 2024 11:36:20 -0500 Subject: [PATCH] fixes incorrect variable name in .env.example docs --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 55aa3bb..968ef95 100644 --- a/.env.example +++ b/.env.example @@ -52,7 +52,7 @@ NODE_ENV=production # Do not enable this feature unless all users are trusted, as you will be liable # for any user-submitted images containing illegal content. # By default, no image services are allowed and image prompts are rejected. -# ALLOWED_IMAGE_SERVICES= +# ALLOWED_VISION_SERVICES= # IP addresses or CIDR blocks from which requests will be blocked. # IP_BLACKLIST=10.0.0.1/24