mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
transform_response_api_response
This commit is contained in:
parent
9deb8831b6
commit
cb2b49f7a3
2 changed files with 28 additions and 3 deletions
|
@ -103,10 +103,9 @@ class BaseResponsesAPIConfig(ABC):
|
|||
self,
|
||||
model: str,
|
||||
raw_response: httpx.Response,
|
||||
model_response: ResponsesAPIResponse,
|
||||
logging_obj: LiteLLMLoggingObj,
|
||||
) -> ResponsesAPIResponse:
|
||||
return model_response
|
||||
pass
|
||||
|
||||
def get_error_class(
|
||||
self, error_message: str, status_code: int, headers: Union[dict, httpx.Headers]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue