Files
lijiaoqiao/llm-gateway-competitors/litellm-wheel-src/litellm/proxy/custom_validate.py

6 lines
128 B
Python
Raw Normal View History

from typing import Literal
def my_custom_validate(token: str) -> Literal[True]:
raise Exception("Custom validate failed")