Remove disable too many arg
This commit is contained in:
@@ -187,7 +187,7 @@ class ReflectAlpacaPrompter:
|
|||||||
)
|
)
|
||||||
self.response_split = "ASSISTANT:"
|
self.response_split = "ASSISTANT:"
|
||||||
|
|
||||||
def build_prompt( # pylint: disable=too-many-arguments
|
def build_prompt(
|
||||||
self,
|
self,
|
||||||
instruction: str,
|
instruction: str,
|
||||||
input: Union[None, str] = None, # pylint: disable=redefined-builtin
|
input: Union[None, str] = None, # pylint: disable=redefined-builtin
|
||||||
|
|||||||
Reference in New Issue
Block a user