Viewing a single comment thread. View all comments

aicharades OP t1_j7lg2qa wrote

One cool feature of the LangChain framework, https://langchain.readthedocs.io/en/latest/, is that you can easily switch the model you use. So when the ChatGPT API comes out, LangChain allows you to easily move models without upending your pipeline.

This currently uses the latest available API model, text-davinci-003.

Models were a really interesting set of choices for map reduce. happy to share my experiences if anyone is looking for tips

4