Update setup.sh to ask for openai key and email (#38)

This commit is contained in:
Kerem Yilmaz
2024-03-06 15:44:58 -08:00
committed by GitHub
parent abecc4382e
commit 213ef9d325
5 changed files with 34 additions and 6 deletions

View File

@@ -20,3 +20,6 @@ LOG_LEVEL=INFO
DATABASE_STRING="postgresql+psycopg://skyvern@localhost/skyvern"
# Port to run the agent on
PORT=8000
# Distinct analytics ID
ANALYTICS_ID="anonymous"