Added missing import.

This commit is contained in:
TJ Porter
2023-09-04 22:38:46 -05:00
committed by GitHub
parent c78d3dd0f4
commit ec96824eac
+1
View File
@@ -1,6 +1,7 @@
import os
import openai
import pinecone
from discord_webhook import DiscordWebhook
if os.path.exists('.env'):
from dotenv import load_dotenv