Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Raju2024
/
TestLLM
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e3278e4
TestLLM
/
litellm
/
proxy
/
_experimental
/
post_call_rules.py
Raju2024
Upload 1072 files
e3278e4
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
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