Update setup.sh to ask for openai key and email (#38)
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user