diff options
Diffstat (limited to 'g4f/client/client.py')
-rw-r--r-- | g4f/client/client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/client/client.py b/g4f/client/client.py index cb5427f9..8e195213 100644 --- a/g4f/client/client.py +++ b/g4f/client/client.py @@ -531,3 +531,4 @@ class Images: async def create_variation(self, image: Union[str, bytes], model: str = None, response_format: str = "url", **kwargs): # Existing implementation, adjust if you want to support b64_json here as well pass + |