mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
remove prints
This commit is contained in:
parent
f944e7a11c
commit
81adef1261
1 changed files with 0 additions and 2 deletions
|
@ -369,7 +369,6 @@ def completion(
|
|||
|
||||
# private endpoint
|
||||
else:
|
||||
print("private endpoint", model)
|
||||
client = aiplatform.PrivateEndpoint(
|
||||
endpoint_name=model,
|
||||
project=vertex_project,
|
||||
|
@ -571,7 +570,6 @@ def completion(
|
|||
request_str += (
|
||||
f"client.predict(instances={instances})\n"
|
||||
)
|
||||
print("instances", instances)
|
||||
response = client.predict(
|
||||
instances=instances,
|
||||
).predictions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue