mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix get_key_object
This commit is contained in:
parent
f8caebc54b
commit
8bd2081dec
1 changed files with 1 additions and 1 deletions
|
|
@ -996,7 +996,7 @@ async def get_key_object(
|
|||
|
||||
if _valid_token is None:
|
||||
raise ProxyException(
|
||||
message="Key doesn't exist in db. key={}. Create key via `/key/generate` call.".format(
|
||||
message="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