forked from phoenix/litellm-mirror
remove print statement
This commit is contained in:
parent
7dd256ba11
commit
072d93696c
2 changed files with 1 additions and 3 deletions
|
@ -604,8 +604,6 @@ def get_replicate_completion_pricing(completion_response=None, total_time=0.0):
|
|||
end_time = completion_response["ended"]
|
||||
total_time = end_time - start_time
|
||||
|
||||
print("total_replicate_run_time", total_time)
|
||||
|
||||
return a100_80gb_price_per_second_public*total_time
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue