Files
crewAI/tests
Lorenze Jay 709941c4c7 Refactor LLM module by extracting BaseLLM to a separate file
This commit moves the BaseLLM abstract base class from llm.py to a new file llms/base_llm.py to improve code organization. The changes include:

- Creating a new file src/crewai/llms/base_llm.py
- Moving the BaseLLM class to the new file
- Updating imports in __init__.py and llm.py to reflect the new location
- Updating test cases to use the new import path

The refactoring maintains the existing functionality while improving the project's module structure.
2025-03-04 15:54:46 -08:00
..
2025-01-03 21:49:55 -03:00
2025-01-02 16:06:48 -05:00
2025-02-19 13:52:47 -08:00
2023-10-29 19:51:59 -03:00
2025-01-03 21:49:55 -03:00