import json import openai with open('GPT_SECRET_KEY.json') as f: data = json.load(f)