mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
renamed and added test_good_key()
This commit is contained in:
parent
987194f2aa
commit
e6cd8963e8
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