Files
crewAI/tests/utilities
Devin AI 93ce2ae55d feat: enable custom LLM support for Crew.test()
This PR enables the Crew.test() method to work with any LLM implementation through the LLM class while maintaining backward compatibility with the openai_model_name parameter.

Changes:
- Added new llm parameter to Crew.test() that accepts string or LLM instance
- Maintained backward compatibility with openai_model_name parameter
- Updated CrewEvaluator to handle any LLM implementation
- Added comprehensive test coverage for both new functionality and backward compatibility

Fixes #2078

Co-Authored-By: Joe Moura <joao@crewai.com>
2025-02-09 22:29:06 +00:00
..
2024-12-10 11:18:45 -05:00
2024-05-02 05:00:29 -03:00