forked from phoenix/litellm-mirror
test(test_keys.py): separate streaming key info test from normal completion key info test
This commit is contained in:
parent
3aab719521
commit
bfe2faa454
2 changed files with 15 additions and 1 deletions
|
@ -743,7 +743,9 @@ async def _PROXY_track_cost_callback(
|
|||
f"Model not in litellm model cost map. Add custom pricing - https://docs.litellm.ai/docs/proxy/custom_pricing"
|
||||
)
|
||||
except Exception as e:
|
||||
verbose_proxy_logger.debug(f"error in tracking cost callback - {str(e)}")
|
||||
verbose_proxy_logger.debug(
|
||||
f"error in tracking cost callback - {traceback.format_exc}"
|
||||
)
|
||||
|
||||
|
||||
async def update_database(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue