Skip to content

Commit cbecf3e

Browse files
committed
fix dev
1 parent b8597d3 commit cbecf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/proxy/common_utils/http_parsing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def _read_request_body(request: Optional[Request]) -> Dict:
6464
parsed_body = json.loads(body_str)
6565

6666
# Cache the parsed result
67-
_safe_set_request_parsed_body(request=request, parsed_body=parsed_body)
67+
# _safe_set_request_parsed_body(request=request, parsed_body=parsed_body)
6868
return parsed_body
6969

7070
except (json.JSONDecodeError, orjson.JSONDecodeError):

0 commit comments

Comments
 (0)