mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
test(test_keys.py): use correct model name for token counting
This commit is contained in:
parent
4ca4913468
commit
d6844f43c8
3 changed files with 24 additions and 11 deletions
|
@ -556,7 +556,7 @@ class PrismaClient:
|
|||
where={"token": token}, # type: ignore
|
||||
data={**db_data}, # type: ignore
|
||||
)
|
||||
print_verbose(
|
||||
verbose_proxy_logger.debug(
|
||||
"\033[91m"
|
||||
+ f"DB Token Table update succeeded {response}"
|
||||
+ "\033[0m"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue