mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix ProxyException
This commit is contained in:
parent
ff33ed020c
commit
23aa7f81b5
1 changed files with 1 additions and 1 deletions
|
|
@ -993,7 +993,7 @@ async def get_key_object(
|
|||
|
||||
if _valid_token is None:
|
||||
raise ProxyException(
|
||||
message="Invalid proxy server token passed. key={}, not found in db. Create key via `/key/generate` call.".format(
|
||||
message="Authentication Error, Invalid proxy server token passed. key={}, not found in db. Create key via `/key/generate` call.".format(
|
||||
hashed_token
|
||||
),
|
||||
type=ProxyErrorTypes.token_not_found_in_db,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue