Replies: 6 comments
-
Not a oversight, they have different behavior. |
Beta Was this translation helpful? Give feedback.
-
Alright, and is there no way to make the error handling more detailed like in the non async version? |
Beta Was this translation helpful? Give feedback.
-
Maybe this conversation should be a issue not a discussion. |
Beta Was this translation helpful? Give feedback.
-
And error handling more detailed, how detailed? |
Beta Was this translation helpful? Give feedback.
-
It should at least be as detailed as the non async version, and just so we're clear this is what I'm referring to: Normal ReEdgeGPT/re_edge_gpt/image/image_genearation.py Lines 125 to 140 in fbf25f6 vs Async ReEdgeGPT/re_edge_gpt/image/image_genearation.py Lines 319 to 322 in fbf25f6 I can open an issue if you like |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I've been using
ImageGenAsync.get_images
and noticed the error checking is much different and less verbose compared toImageGen.get_images
is this just an oversight as to why the code is so different?Cheers
Beta Was this translation helpful? Give feedback.
All reactions