bugfix openai

This commit is contained in:
thedragonsinn
2025-01-28 14:02:10 +05:30
parent 20ba769744
commit 72c04a7582

View File

@@ -43,7 +43,7 @@ except Exception as e:
try:
DALL_E_CLIENT = AI_CLIENT(**image_init_kwargs)
except:
except Exception as e:
LOGGER.error(e)
DALL_E_CLIENT = None