From e0452fe1025f2caaed631d8f4401c504a8599d90 Mon Sep 17 00:00:00 2001 From: Atul Kumar <69070345+atulkashyap404@users.noreply.github.com> Date: Fri, 2 Aug 2024 03:39:16 +0530 Subject: [PATCH] Update .env corrected some spelling mistakes and removed duplicated words only. --- .env | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.env b/.env index 40ffc44..69dffd0 100644 --- a/.env +++ b/.env @@ -25,10 +25,10 @@ ENABLE_HUGGING_FACE_OAUTH= ENABLE_HUGGING_FACE_OAUTH_WALL= HUGGING_FACE_OAUTH_CLIENT_ID= -# in production this should be the space's domain and/or URL +# In production this should be the space's domain and/or URL HUGGING_FACE_OAUTH_REDIRECT_URL= -# this one must be kept secret (and is unused for now) +# This one must be kept secret (and is unused for now) HUGGING_FACE_OAUTH_SECRET= # ------------- PROVIDER AUTH ------------ @@ -96,7 +96,7 @@ LLM_HF_INFERENCE_ENDPOINT_URL="" LLM_HF_INFERENCE_API_MODEL="HuggingFaceH4/zephyr-7b-beta" # ----------- COMMUNITY SHARING (OPTIONAL) ----------- -# You don't need those community sharing options to run the AI Comic Factory +# You don't need those community-sharing options to run the AI Comic Factory # locally or on your own server (they are meant to be used by the Hugging Face team) NEXT_PUBLIC_ENABLE_COMMUNITY_SHARING="false" COMMUNITY_API_URL= @@ -104,11 +104,11 @@ COMMUNITY_API_TOKEN= COMMUNITY_API_ID= # ----------- CENSORSHIP (OPTIONAL) ----------- -# censorship is currently disabled, but will be required when we create a "community roll" -# (a public repositoruy of user-generated comic strips) +# Censorship is currently disabled, but will be required when we create a "community roll" +# (a public repository of user-generated comic strips) ENABLE_CENSORSHIP="false" -# Due to the sensitive nature of some of keywords we want to ban (users try all kind of crazy illegal things) -# the words are are not put in clear in the source code, but behind an encryption key +# Due to the sensitive nature of some of the keywords we want to ban (users try all kinds of crazy illegal things) +# The words are not put in clearly in the source code but behind an encryption key # (I don't want the project to be flagged by an AI robot police on GitHub or something) SECRET_FINGERPRINT=""