Vrushali's picture
Add config file with API key and file directory path
87cb9bc
raw
history blame
131 Bytes
from decouple import config
import os
OPENAI_API_KEY = config('OPENAI_API_KEY')
file_Directory= os.path.join(os.getcwd(), "data")