ka1kuk's picture
Upload 235 files
7db0ae4 verified
raw
history blame contribute delete
No virus
170 Bytes
def my_custom_rule(input): # receives the model response
# if len(input) < 5: # trigger fallback if the model response is too short
return False
return True