Commit Graph

2 Commits

Author SHA1 Message Date
Devin AI
2616818895 fix: remove unused imports from DeepSeek integration tests
- Remove unused pytest import
- Remove unused MagicMock import

Fixes lint errors in CI

Co-Authored-By: João <joao@crewai.com>
2025-07-08 02:47:13 +00:00
Devin AI
eb93fb06a6 feat: add native DeepSeek API support
- Add DeepSeek provider configuration to CLI constants
- Add DeepSeek models to CLI model selection
- Add context window sizes for DeepSeek models
- Add comprehensive tests for DeepSeek integration

Fixes #3118

Co-Authored-By: João <joao@crewai.com>
2025-07-08 02:43:03 +00:00