From aff14539d82b2999b98e2f23274cd725738306e2 Mon Sep 17 00:00:00 2001 From: David Corbitt Date: Fri, 21 Jul 2023 11:29:21 -0700 Subject: [PATCH] Add comment to .env.example --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index fe77e89..af4da72 100644 --- a/.env.example +++ b/.env.example @@ -16,6 +16,8 @@ DATABASE_URL="postgresql://postgres:postgres@localhost:5432/openpipe?schema=publ # OpenAI API key. Instructions on generating a key can be found here: # https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key OPENAI_API_KEY="" + +# Replicate API token. Create a token here: https://replicate.com/account/api-tokens REPLICATE_API_TOKEN="" NEXT_PUBLIC_SOCKET_URL="http://localhost:3318"