replicate / llama-chat

A boilerplate for creating a Llama 3 chat app
https://llama3.replicate.dev
Apache License 2.0
828 stars 307 forks source link

Llava model image upload fail #64

Closed j3nsykes closed 11 months ago

j3nsykes commented 11 months ago

When selecting Llava from drop down. Any filetype attempted in image upload fails. Error: does not accept file type jpeg, png etc. Latest version fetched today.

j3nsykes commented 11 months ago

There is a copy/paste error in page.js line 130 should say else if ( ["image/jpeg", "image/png"].includes( file.originalFile.mime )

but it still has audio/mp3, audio.wav etc in the else if condition meaning it never accepts image files.

This resolves the image upload error.