I’m trying to use Maricata’s sabia-3 model, but keep getting the 'LLM Provider NOT provided.
I can use Maritaca’s model using openai API, so I think that wouldn’t be a problem to use with crewai.
I was getting the same error.
I used this docs: LiteLLM - Getting Started | liteLLM
First you have to check if the provider exists and that they provide that model. If they provide, you should indicated this way:
OPENAI_MODEL_NAME=“openai/gpt-3.5-turbo”