diff options
Diffstat (limited to 'g4f/Provider/MetaAIAccount.py')
-rw-r--r-- | g4f/Provider/MetaAIAccount.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/MetaAIAccount.py b/g4f/Provider/MetaAIAccount.py index 8be2318e..d334393d 100644 --- a/g4f/Provider/MetaAIAccount.py +++ b/g4f/Provider/MetaAIAccount.py @@ -6,6 +6,7 @@ from .MetaAI import MetaAI class MetaAIAccount(MetaAI): needs_auth = True + image_models = ["meta"] @classmethod async def create_async_generator( |