removing unecessary prop

This commit is contained in:
cristhianzl 2024-06-17 10:50:13 -03:00
commit 567712d69a

View file

@ -74,7 +74,6 @@ class AnthropicModelComponent(LCModelComponent):
def text_response(self) -> Text:
input_value = self.input_value
stream = self.stream
system_message = self.system_message
prefill = self.prefill
output = self.build_model()