608a909
1
2
3
4
from openai import OpenAI from config.config import OPENAI_API_KEY client = OpenAI(api_key=OPENAI_API_KEY)