forked from phoenix/litellm-mirror
remove tg ai print
This commit is contained in:
parent
f56ab31044
commit
96dbbf7422
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ def completion(
|
|||
message=json.dumps(completion_response["output"]), status_code=response.status_code
|
||||
)
|
||||
|
||||
print(completion_response)
|
||||
completion_text = completion_response["output"]["choices"][0]["text"]
|
||||
|
||||
## CALCULATING USAGE - baseten charges on time, not tokens - have some mapping of cost here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue