mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Remove abstract method set_callbacks from BaseLLM class
This commit is contained in:
@@ -113,13 +113,3 @@ class BaseLLM(ABC):
|
|||||||
The context window size as an integer.
|
The context window size as an integer.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@abstractmethod
|
|
||||||
def set_callbacks(self, callbacks: List[Any]) -> None:
|
|
||||||
"""Set callback functions for the LLM.
|
|
||||||
|
|
||||||
Args:
|
|
||||||
callbacks: List of callback functions to be executed during
|
|
||||||
and after LLM calls.
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
|
|||||||
Reference in New Issue
Block a user