Created
June 23, 2023 14:39
-
-
Save Barqawiz/97573f8e25eb3c491953ca2e6ac9d251 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import boto3 | |
import os | |
from dotenv import load_dotenv | |
load_dotenv() | |
# s3 object | |
s3_client = boto3.client('s3') | |
# openai object | |
openai.api_key = os.environ.get("OPENAI_API_KEY") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment