Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shyamnath
/
inferencing-llm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7d17b48
inferencing-llm
/
litellm
/
proxy
/
custom_validate.py
Shyamnath
Push core package and essential files
469eae6
7 days ago
raw
Copy download link
history
blame
Safe
128 Bytes
from
typing
import
Literal
def
my_custom_validate
(
token:
str
) ->
Literal
[
True
]:
raise
Exception(
"Custom validate failed"
)