mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
add check_valid_key helper function
This commit is contained in:
parent
c556a51139
commit
679a4f318d
1 changed files with 4 additions and 2 deletions
|
|
@ -232,7 +232,8 @@ from .utils import (
|
|||
completion_with_split_tests,
|
||||
get_max_tokens,
|
||||
register_prompt_template,
|
||||
validate_environment
|
||||
validate_environment,
|
||||
check_valid_key
|
||||
)
|
||||
from .main import * # type: ignore
|
||||
from .integrations import *
|
||||
|
|
@ -242,5 +243,6 @@ from .exceptions import (
|
|||
RateLimitError,
|
||||
ServiceUnavailableError,
|
||||
OpenAIError,
|
||||
ContextWindowExceededError
|
||||
ContextWindowExceededError,
|
||||
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue