ben-aaron188 / rgpt3

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

ChatGPT support #4

Closed wptmdoorn closed 1 year ago

wptmdoorn commented 1 year ago

The ChatGPT API is out - would be very nice to have ChatGPT support :-) https://openai.com/blog/introducing-chatgpt-and-whisper-apis

I can help you contribute if needed!

ben-aaron188 commented 1 year ago

Hi @wptmdoorn - Yes, absolutely. I've got this on my list. Will provide an updated version soon for the basic use of the ChatGPT model. The full conversational flow (back and forth between model and user) needs some more thought. Could be a separate package. More soon.

ben-aaron188 commented 1 year ago

Just in case: there's a basic access point to ChatGPT in this R package: https://github.com/jcrodriguez1989/chatgpt It doesn't work the way rgpt3 works (so no bunch processing, etc.), but for simple things this should do. I'll work on the ChatGPT support anyway though, so will keep you posted.

ben-aaron188 commented 1 year ago

ChatGPT support is now live.

wptmdoorn commented 1 year ago

Very cool thanks, will definitely test!