Skip to content

Commit db033d9

Browse files
committed
fixed pytest
1 parent bbb4a5c commit db033d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uniquebible/util/LocalCliHandler.py

+1
Original file line numberDiff line numberDiff line change
@@ -2769,6 +2769,7 @@ def startChat():
27692769
return ""
27702770

27712771
def generateImage(self):
2772+
import openai
27722773
# required
27732774
openai.api_key = os.environ["OPENAI_API_KEY"] = config.openaiApiKey
27742775
# optional

0 commit comments

Comments
 (0)