forked from phoenix/litellm-mirror
refactor(main.py): remove print statement
This commit is contained in:
parent
1a09bbd4a9
commit
4424aaf69f
1 changed files with 0 additions and 1 deletions
|
@ -1559,7 +1559,6 @@ def text_completion(*args, **kwargs):
|
|||
kwargs["messages"] = messages
|
||||
kwargs.pop("prompt")
|
||||
response = completion(*args, **kwargs) # assume the response is the openai response object
|
||||
print(f"response: {response}")
|
||||
formatted_response_obj = {
|
||||
"id": response["id"],
|
||||
"object": "text_completion",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue