remove print statement

This commit is contained in:
Krrish Dholakia 2023-09-07 08:21:25 -07:00
parent 38dc7b2faf
commit a8414288cd
2 changed files with 1 additions and 3 deletions

View file

@ -604,8 +604,6 @@ def get_replicate_completion_pricing(completion_response=None, total_time=0.0):
end_time = completion_response["ended"] end_time = completion_response["ended"]
total_time = end_time - start_time total_time = end_time - start_time
print("total_replicate_run_time", total_time)
return a100_80gb_price_per_second_public*total_time return a100_80gb_price_per_second_public*total_time

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "litellm" name = "litellm"
version = "0.1.555" version = "0.1.556"
description = "Library to easily interface with LLM API providers" description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"] authors = ["BerriAI"]
license = "MIT License" license = "MIT License"