mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
renamed and added test_good_key()
This commit is contained in:
parent
1b51016680
commit
b26933301d
2 changed files with 14 additions and 4 deletions
|
@ -2566,6 +2566,6 @@ def verify_access_key(access_key:str):
|
|||
],
|
||||
max_tokens = 10
|
||||
)
|
||||
return False
|
||||
return True
|
||||
except:
|
||||
return True
|
||||
return False
|
Loading…
Add table
Add a link
Reference in a new issue