ben-aaron188 / rgpt3

Making requests from R to the GPT models
GNU General Public License v3.0
100 stars 16 forks source link

Attachment support? #19

Open msperlin opened 2 weeks ago

msperlin commented 2 weeks ago

Thanks for your contribution with the package. I'm using chatgpt for a research and I need to upload pdf. Any plans in extending the R port with attachments?

ben-aaron188 commented 1 week ago

Hi Marcelo - nice idea. Let's keep this open for now. I'll look into this. For clarity, do you mean that we have an way to port an external document to the API and that it then performs some kind of generation/analysis on that pdf? Or do you mean that the package allows for production of pdfs as an output?

On Wed, 26 Jun 2024 at 16:10, Marcelo S. Perlin @.***> wrote:

Thanks for your contribution with the package. I'm using chatgpt for a research and I need to upload pdf. Any plans in extending the R port with attachments?

— Reply to this email directly, view it on GitHub https://github.com/ben-aaron188/rgpt3/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2FL4RFLLTO3LNKVFGDVLTZJLDUVAVCNFSM6AAAAABJ57R7FSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3TKNBXGU3DMMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

msperlin commented 1 week ago

Hi Ben,

Being clear, its about posting a pdf file to chatgpt and making queries about it. For example, you can attach a book chapter and ask for exercises about the pdf.

I think this is a nice extension for rgpt3, making it up to date with other ports, such as python.

Best,