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

@@ -41,6 +41,7 @@ class Settings(BaseSettings):
ARTIFACT_STORAGE_PATH: str = f"{SKYVERN_DIR}/artifacts"
SKYVERN_TELEMETRY: bool = True
ANALYTICS_ID: str = "anonymous"
def is_cloud_environment(self) -> bool:
"""