diff --git a/.env.example b/.env.example index d0ecc56..fe77e89 100644 --- a/.env.example +++ b/.env.example @@ -16,6 +16,7 @@ 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="" NEXT_PUBLIC_SOCKET_URL="http://localhost:3318"