Hello Crew!
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.
.env file:
OPENAI_API_KEY="***"
OPENAI_API_BASE="https://chat.maritaca.ai/api/"
OPENAI_MODEL_NAME="sabia-3"
What am I missing?