Bin-Huang / chatbox

User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
https://chatboxai.app
GNU General Public License v3.0
23.2k stars 2.31k forks source link

[Feature] Support sending files to Claude Sonnet-3.5 #1450

Open mnhcorp opened 4 months ago

mnhcorp commented 4 months ago

Problem Description Sending files to Claude-3.5 is not supported. Only Chatbox AI 4 is supported.

Proposed Solution Allow sending PDF/text/csv/etc files to Claude 3.5 sonnet. Perhaps the app could convert these files to text and append to the prompt? I don't think Anthropic's API supports uploading files (I could be wrong).

Additional Context None.

codeconuts commented 4 months ago

I also agree that this feature should be added. Also yes, Anthropic API doesn't support uploading files for now.

Fe2-O3 commented 3 months ago

https://github.com/anthropics/anthropic-cookbook/blob/main/misc/pdf_upload_summarization.ipynb

it's doable apparently.

phammer commented 2 weeks ago

Yes, would be great to have that support for all file types as listed on the website: pdf, doc, ppt, xls.