Hi, I would like to check if it is possible to run crewai with other models not listed in the documentation examples (LLMs - CrewAI)?
I am keen to test my crewai pipeline on NVLM-D-72B locally.
Hi, I would like to check if it is possible to run crewai with other models not listed in the documentation examples (LLMs - CrewAI)?
I am keen to test my crewai pipeline on NVLM-D-72B locally.
@glorianeo Yes, it’s possible. CrewAI’s LLM
class leverages LiteLLM in the background, which supports a wide range of LLM providers. Among these is Hugging Face, enabling you to run models like NVLM-D 72B.