Skip to content

Commit

Permalink
fixed pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Oct 13, 2024
1 parent bbb4a5c commit db033d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uniquebible/util/LocalCliHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2769,6 +2769,7 @@ def startChat():
return ""

def generateImage(self):
import openai
# required
openai.api_key = os.environ["OPENAI_API_KEY"] = config.openaiApiKey
# optional
Expand Down

0 comments on commit db033d9

Please sign in to comment.