Find answers from the community

Updated 4 months ago

Long story short I would like not to

At a glance
Long story short: I would like not to send my data to OpenAI. Hence why I would like to use GPT4All. However, ReActAgent needs a llm of different type.
L
s
3 comments
Wrap the LLM with the langchain wrapper

Plain Text
from llama_index.llms import LangChainLLM

llm = LangChainLLM(GPT4ALL(...))


Tbh though, gpt4all is pretty limited, I think the context window is pretty small? Either way, good luck 🫑
In my experience, most open-source models are pretty bad, unless it has like 30B or more parameters
Add a reply
Sign up and join the conversation on Discord