From 9a18823e3aa1e68b7dfe124fe5f5b935817bb266 Mon Sep 17 00:00:00 2001 From: believethehype Date: Fri, 12 Jan 2024 20:40:43 +0100 Subject: [PATCH] Update .env_example --- .env_example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env_example b/.env_example index 80d1579..e6ee61b 100644 --- a/.env_example +++ b/.env_example @@ -15,7 +15,7 @@ OPENAI_API_KEY = "" # Enter your OpenAI API Key to use DVMs with OpenAI service LIBRE_TRANSLATE_ENDPOINT = "" # Url to LibreTranslate Endpoint e.g. https://libretranslate.com LIBRE_TRANSLATE_API_KEY = "" # API Key, if required (You can host your own instance where you don't need it) REPLICATE_API_TOKEN = "" #API Key to run models on replicate.com -HUGGINGFACE_EMAIL = " +HUGGINGFACE_EMAIL = "" HUGGINGFACE_PASSWORD = "" @@ -24,4 +24,4 @@ HUGGINGFACE_PASSWORD = "" # The name and NIP90 info of the DVM can be changed but the identifier must stay the same in order to not create a different dtag. # We will also create new wallets on the given lnbits instance for each dvm. If you want to use an existing wallet, you can replace the parameters here as well. -# Make sure you backup this file to keep access to your wallets \ No newline at end of file +# Make sure you backup this file to keep access to your wallets