bugfix openai
This commit is contained in:
@@ -43,7 +43,7 @@ except Exception as e:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
DALL_E_CLIENT = AI_CLIENT(**image_init_kwargs)
|
DALL_E_CLIENT = AI_CLIENT(**image_init_kwargs)
|
||||||
except:
|
except Exception as e:
|
||||||
LOGGER.error(e)
|
LOGGER.error(e)
|
||||||
DALL_E_CLIENT = None
|
DALL_E_CLIENT = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user