File size: 90 Bytes
282a573
ffc0f4b
 
 
 
 
1
2
3
4
5
6
import json
import openai


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