Crewai with deepseek replicate

Hello, I’m trying to run CrewAI using Deepseek replicate which my professor shared with me. Whenever I create project using crewAI create crew command and select either Deepseek or Replicate from LLM list, it does not ask my for API let at all. Even if I manually create env file it’s still not working. How do I get it to run? I really need help on this one.

1 Like

To resolve this, you can manually configure your API key in the .env file. For Replicate, you would typically use REPLICATE_API_TOKEN=your_key_here. If you continue to face issues, a more reliable method is to configure the LLM directly in your agent’s code using CrewAI’s LLM class, which offers greater control.

1 Like