Viewing a single comment thread. View all comments

wittfm t1_j7ilmnm wrote

Are you using chatgpt or it is just a bait in the title? In any case, good work

14

aicharades OP t1_j7invof wrote

This is a series of open source libraries that can extend OpenAI completions model: https://langchain.readthedocs.io/en/latest/

You can make your own ChatGPT with its own reference library versus the current pre-2022 snapshot.

It’s possible to leapfrog chatgpt with LangChain and OpenAI Completions (excluding some of their labeled training data) until gpt4 comes out

−4

ksblur t1_j7ld3fq wrote

So the answer is in fact, no. ChatGPT is a specific product from Open AI.

23

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