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

Issue: Playground does not work with images as inputs #610

Open
Xargonus opened this issue Apr 17, 2024 · 2 comments
Open

Issue: Playground does not work with images as inputs #610

Xargonus opened this issue Apr 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Xargonus
Copy link

Issue you'd like to raise.

Playground does not work with base64 encoded images. When I press start, I get the following error with OpenAI's gpt-4-turbo multimodal model:

400 Invalid image.

Error: 400 Invalid image.
    at (vc/edge/function:407:6509)
    at (vc/edge/function:410:8909)
    at (vc/edge/function:410:9963)
    at (vc/edge/function:998:10896)
    at (vc/edge/function:125:13571)

With Anthropic's claude, I get the following error:

Anthropic only supports base64-encoded images currently.

Example: data:image/png;base64,/9j/4AAQSk...

Error: Anthropic only supports base64-encoded images currently.

Example: data:image/png;base64,/9j/4AAQSk...
    at (vc/edge/function:1501:8393)
    at (vc/edge/function:1503:4006)
    at (vc/edge/function:1503:3911)
    at (vc/edge/function:1503:3559)
    at (vc/edge/function:1503:2684)
    at (vc/edge/function:438:14958)

Suggestion:

No response

@hinthornw hinthornw added the bug Something isn't working label Apr 17, 2024
@hinthornw
Copy link
Collaborator

Acknowledged! Thanks for your patience.

@pandaupc
Copy link

I meet the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants