meta-ai-api
meta-ai-api copied to clipboard
KeyError: 'location'
happens when i try to generate an image
Even, I'm facing the same issue!!
I hope it get resolved quickly..
Have you guys solved this yet?
Generating an Image will required login ->
from meta_ai_api import MetaAI
ai = MetaAI(fb_email="your_fb_email", fb_password="your_fb_password")
resp = ai.prompt(message="Generate an image of a tech CEO")
print(resp)
Thanks in advance :)