TLDRocket
Sign in

LangChain

1 summarised story about LangChain, each linking back to the original source. Browse all topics →

Wednesday, 24 January 2024

Open-source LLMs as LangChain Agents

Hugging Face Blog 2 years ago

Open-source large language models have reached sufficient capability to power agent workflows that delegate tasks like calculation and web search. Mixtral-8x7B achieved a 73% score on an evaluation benchmark, surpassing GPT-3.5's 71% despite not being fine-tuned for agent tasks, while smaller models like Llama2-70b scored only 40%. Open-source models can now replace proprietary alternatives for building reasoning agents integrated with external tools and APIs through LangChain.