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

feat: Image input (gpt-4 vision preview) support #121

Open
yiwufen opened this issue Nov 25, 2024 · 2 comments
Open

feat: Image input (gpt-4 vision preview) support #121

yiwufen opened this issue Nov 25, 2024 · 2 comments

Comments

@yiwufen
Copy link

yiwufen commented Nov 25, 2024

Inquiry About Image Input Support (e.g., Using GPT-4 Vision Preview API)

Description

Hello,

I am currently using your framework for project development and would like to know if it supports image input functionalities. Specifically, I am interested in whether it's possible to integrate and utilize OpenAI's GPT-4 Vision Preview API for processing and analyzing image data.

Questions

  1. Image Input Support
    Does the framework have built-in modules or functionalities that support image inputs?

  2. Usage Examples or Documentation
    If supported, could you provide relevant usage examples or links to documentation to guide me on how to integrate and use this feature?

  3. Future Feature Plans
    If image input is not currently supported, are there any plans to include this functionality in future releases?

  4. Integration with Third-Party Libraries
    If the framework does not support image inputs at the moment, do you have any recommended methods or third-party libraries that can be easily integrated to add image input capabilities?

Additional Information

To better meet my project requirements, I aim to leverage both image processing capabilities and existing text processing features. If there are any example codes or best practices available, I would greatly appreciate it if you could share them.

Thank you for your assistance!

@mateobelanger mateobelanger changed the title feat: <title> feat: Image input (gpt-4 vision preview) support Nov 25, 2024
@0xMochan
Copy link
Contributor

  1. We do not currently have any multimodal inputs.

  2. There definitely are plans but it would require a greater in-depth look at our current API to figure out where we can fit it. There are other features that are a bit higher on our TODO list.

  3. You could look into directly working with something like burn (which we plan on deeper integrations in the future). This is a much lower level library but should have examples that could get you going!

Multi-modal rig agents are definitely an important feature on our minds but it'll take a coordinated effort to build a suitable and elegant API for it!

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

No branches or pull requests

4 participants
@mateobelanger @yiwufen @0xMochan and others