Submitted by aicharades t3_10vnkj8 in MachineLearning
aicharades OP t1_j7invof wrote
Reply to comment by wittfm in [P] ChatGPT without size limits: upload any pdf and apply any prompt to it by aicharades
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
ksblur t1_j7ld3fq wrote
So the answer is in fact, no. ChatGPT is a specific product from Open AI.
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
wittfm t1_j7iuugc wrote
Thanks for clarifying!
Viewing a single comment thread. View all comments