Fixes missing openai import

This commit is contained in:
Toran Bruce Richards
2023-04-03 03:57:51 +01:00
committed by GitHub
parent aed8c5b469
commit 0c1636565f

View File

@@ -1,5 +1,5 @@
import os
import openai
from dotenv import load_dotenv
# Load environment variables from .env file
load_dotenv()