Files
crewAI/tests/custom_llm_test.py
Lorenze Jay 902c330113 Enhance CustomLLM and JWTAuthLLM initialization with model parameter
- Update CustomLLM to accept a model parameter during initialization
- Modify test cases to include the new model argument
- Ensure JWTAuthLLM and TimeoutHandlingLLM also utilize the model parameter in their constructors
- Update type hints in create_llm function to support both LLM and BaseLLM types
2025-03-12 08:16:59 -07:00

12 KiB