mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(feat) completion debug view HF POST request
This commit is contained in:
parent
cb5669f679
commit
f650be4fee
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ def completion(
|
|||
logging_obj.pre_call(
|
||||
input=input_text,
|
||||
api_key=api_key,
|
||||
additional_args={"complete_input_dict": data, "task": task, "headers": headers},
|
||||
additional_args={"complete_input_dict": data, "task": task, "headers": headers, "api_base": completion_url},
|
||||
)
|
||||
## COMPLETION CALL
|
||||
if "stream" in optional_params and optional_params["stream"] == True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue