Find answers from the community

Updated 2 years ago

Logan M 8260 this is unrelated to the

@Logan M this is unrelated to the thread so ill ask it here, but is it possible to substitute chatGPT for a different open source model?
L
1 comment
Definitely! Although (in my opinion) open source models are still catching up to OpenAI, especially for more complicated tasks like predicting JSON and other more complex queries

Details on local Huggingface LLMs:
https://gpt-index.readthedocs.io/en/latest/how_to/customization/custom_llms.html#example-using-a-huggingface-llm

Implement any LLM:
https://gpt-index.readthedocs.io/en/latest/how_to/customization/custom_llms.html#example-using-a-custom-llm-model-advanced

Local embeddings from huggingface:
https://gpt-index.readthedocs.io/en/latest/how_to/customization/embeddings.html#custom-embeddings

You can also use any LLM / embedding integration from langchain, assuming you wrap it with our wrapper class (LLMPredictor(llm=llm) or LangchainEmbedding())
Add a reply
Sign up and join the conversation on Discord