mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
build: merge commit 1b15568af7
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 14s
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 14s
Author: Krrish Dholakia <krrishdholakia@gmail.com>
Date: Mon Feb 17 21:37:36 2025 -0800
fix(proxy/_types.py): fix linting error
commit dc4d5cffa6
Author: Krrish Dholakia <krrishdholakia@gmail.com>
This commit is contained in:
parent
e8f387200a
commit
7bfd816d3b
14 changed files with 202 additions and 58 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