You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I see other users asking for image generators #2316
Here is a sample code snippet for using the Meta AI API:
frommeta_ai_apiimportMetaAIai=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!
The text was updated successfully, but these errors were encountered:
hqnicolas
changed the title
Meta Api Method
new API for Conversations / create conversation / too long message in OpenaiChat issue
Nov 1, 2024
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
changed the title
Add more image gen providers Meta Api
Add more image gen providers: Meta Api
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:
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!
The text was updated successfully, but these errors were encountered: