Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more image gen providers: Meta Api #2323

Closed
hqnicolas opened this issue Nov 1, 2024 · 2 comments
Closed

Add more image gen providers: Meta Api #2323

hqnicolas opened this issue Nov 1, 2024 · 2 comments
Labels

Comments

@hqnicolas
Copy link

hqnicolas commented Nov 1, 2024

This implementation was on #1556 : Add more image gen providers

Description

@Strvm, I would like to propose a change regarding the Meta API. Currently, there is an API that works with larger prompts compared to gpt4free, and it includes support for various file types such as images, Word documents, Excel files, and PDFs.

Proposed Solution

Could you implement the image generator from the following implementations?

Example Code

I see other users asking for image generators #2316
Here is a sample code snippet for using the Meta AI API:

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)

Additionally, I would like to know if you can create a login prompt similar to what is done with Google Gemini, or if it's possible to capture cookies from .har files for authentication.

Additional Context

This change would enhance the functionality of the Meta API, allowing it to handle larger prompts and integrate better with various file types.


Thank you for considering this request!

@hqnicolas hqnicolas changed the title Meta Api Method new API for Conversations / create conversation / too long message in OpenaiChat issue Nov 1, 2024
@hqnicolas hqnicolas changed the title new API for Conversations / create conversation / too long message in OpenaiChat issue Add more image gen providers Meta Api Nov 1, 2024
@hqnicolas hqnicolas changed the title Add more image gen providers Meta Api Add more image gen providers: Meta Api Nov 1, 2024
Copy link

github-actions bot commented Nov 9, 2024

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

@github-actions github-actions bot added the stale label Nov 9, 2024
Copy link

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant