aiwaves-cn / RecurrentGPT

Official Code for Paper: RecurrentGPT: Interactive Generation of (Arbitrarily) Long Text
GNU General Public License v3.0
954 stars 155 forks source link

Update to use LangChain #18

Closed tractorjuice closed 1 year ago

tractorjuice commented 1 year ago

Using LangChain improves resilience to errors and rate limiting from OpenAI API.

MichaelZhouwang commented 1 year ago

Looks great to me! Thanks for the contribution!