Bavarder / Bavarder

Chit-chat with an AI

Home Page:https://bavarder.codeberg.page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Ability to attach a file as part of the prompt

ravila4 opened this issue · comments

I think this could be one of the main advantages of using this over the web front-end.

commented

Sending the prompt from a file ?

I mean sending a prompt in addition to a file. For example, a potential prompt could be "Translate this document to french", then the user could attach a file, where the text gets extracted and submitted together with the prompt.

Naturally, it may be necessary to submit the file in chunks if it is larger than the maximum number of tokens.

Another question could be which file types to support, text would be easiest, but with some processing, it should be possible to support word documents, PDFs and other types.

E.g. one use case may be attaching a PDF file, and asking the model to summarize the contents.

commented

Sounds interesting.

Thanks for the idea💡. I'm going to add this to the roadmap

i think .txt, .doc would be good with current functionality,

Roadmap item for the the future would be .jpg, and maybe even audio .mp3 , i believe chat gpt 4 is going to include image recognition.