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 image support for GPT-4-turbo and GPT-4o #33

Closed
2 of 3 tasks
wz-ml opened this issue May 27, 2024 · 1 comment
Closed
2 of 3 tasks

Add image support for GPT-4-turbo and GPT-4o #33

wz-ml opened this issue May 27, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@wz-ml
Copy link
Collaborator

wz-ml commented May 27, 2024

OpenAI's latest models have support for native vision capabilities:

The chat API supports both external image URLs and dataURLs, which would be nice to add as a file upload feature.

Features to implement (see vision-support):

  • Attaching image(s) via file upload.
  • Screenshot support.
  • (Optional, since the default "auto" resolution works quite well) Adding a high/low/auto image resolution toggle.
@wz-ml wz-ml added the enhancement New feature or request label May 27, 2024
@wz-ml wz-ml self-assigned this May 28, 2024
@wz-ml
Copy link
Collaborator Author

wz-ml commented Jun 17, 2024

Completed with the latest pull request.

@wz-ml wz-ml closed this as completed Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant