This commit is contained in:
marko-kraemer 2025-04-22 16:53:12 +01:00
parent c882df8cd6
commit 33b50bc981
1 changed files with 1 additions and 7 deletions

View File

@ -88,13 +88,7 @@ def create_sandbox(password: str):
logger.info("Creating new Daytona sandbox environment")
logger.debug("Configuring sandbox with browser-use image and environment variables")
openai_api_key = os.getenv("OPENAI_API_KEY")
if not openai_api_key:
logger.warning("OPENAI_API_KEY not found in environment variables")
else:
logger.debug("OPENAI_API_KEY configured for sandbox")
sandbox = daytona.create(CreateSandboxParams(
image="adamcohenhillel/kortix-suna:0.0.19",
public=True,