inferencing-llm / litellm /proxy /custom_validate.py
Shyamnath's picture
Push core package and essential files
469eae6
raw
history blame
128 Bytes
from typing import Literal
def my_custom_validate(token: str) -> Literal[True]:
raise Exception("Custom validate failed")