ben-aaron188 / rgpt3

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

Chatlog/history #17

Open jeremyzarge opened 5 months ago

jeremyzarge commented 5 months ago

Is there a way to pass in history with rgpt3? It seems like you can only pass in a single prompt at a time without inputting previous messages. Thanks!