Skip to content

Commit

Permalink
Fixes missing openai import
Browse files Browse the repository at this point in the history
  • Loading branch information
Torantulino authored Apr 3, 2023
1 parent aed8c5b commit 0c16365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os

import openai
from dotenv import load_dotenv
# Load environment variables from .env file
load_dotenv()
Expand Down

0 comments on commit 0c16365

Please sign in to comment.