mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix(main.py): log hidden params for text completion calls
This commit is contained in:
parent
818a70838d
commit
7bf1b4d661
4 changed files with 23 additions and 24 deletions
|
@ -371,6 +371,7 @@ class PredibaseChatCompletion(BaseLLM):
|
|||
response_headers["llm_provider-{}".format(k)] = v
|
||||
|
||||
model_response._hidden_params["additional_headers"] = response_headers
|
||||
|
||||
return model_response
|
||||
|
||||
def completion(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue