fix ProxyException

This commit is contained in:
Ishaan Jaff 2025-03-26 15:53:33 -07:00
parent ff33ed020c
commit 23aa7f81b5

View file

@ -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,