TextGen / calling_apis.py
abdullah10's picture
Update calling_apis.py
1bac07e
raw
history blame contribute delete
176 Bytes
from dotenv import find_dotenv, load_dotenv
import os
load_dotenv(find_dotenv())
google_api_key = os.environ['OPENAI_API_KEY']
openai_api_key = os.environ['OPENAI_API_KEY']