mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
refactor location of proxy
This commit is contained in:
parent
baa5564f95
commit
ce58c53ff1
413 changed files with 2087 additions and 2088 deletions
5
litellm_proxy/custom_validate.py
Normal file
5
litellm_proxy/custom_validate.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from typing import Literal
|
||||
|
||||
|
||||
def my_custom_validate(token: str) -> Literal[True]:
|
||||
raise Exception("Custom validate failed")
|
Loading…
Add table
Add a link
Reference in a new issue