Skip to content

Commit

Permalink
Fixed abstract call
Browse files Browse the repository at this point in the history
  • Loading branch information
NotBioWaste905 committed Nov 20, 2024
1 parent ba95767 commit 3d79cec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chatsky/llm/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class BaseFilter(BaseModel, abc.ABC):
"""
Base class for all message history filters.
"""

@abc.abstractmethod
def __call__(self, ctx: Context, request: Message, response: Message, model_name: str) -> bool:
"""
:param ctx: Context object.
Expand Down

0 comments on commit 3d79cec

Please sign in to comment.