feat: allow boto3 to use its native credential finding functionality (#1536)

This commit is contained in:
Mike
2025-01-09 03:29:55 -08:00
committed by GitHub
parent c63c0aca9d
commit c90f87e657
2 changed files with 4 additions and 11 deletions

View File

@@ -708,8 +708,6 @@ embedder:
import os
from embedchain import App
os.environ["AWS_ACCESS_KEY_ID"] = "xxx"
os.environ["AWS_SECRET_ACCESS_KEY"] = "xxx"
os.environ["AWS_REGION"] = "us-west-2"
app = App.from_config(config_path="config.yaml")