dropped impls for hf serverless and hf endpoint

This commit is contained in:
Hardik Shah 2025-03-28 22:38:16 -07:00
parent 1b15df8d1d
commit 650cbc395d
4 changed files with 6 additions and 44 deletions

View file

@ -1157,10 +1157,6 @@ async def convert_chat_completion_request_to_openai_params(
# Apply additionalProperties: False recursively to all objects
fmt = _add_additional_properties_recursive(fmt)
from rich.pretty import pprint
pprint(fmt)
input_dict["response_format"] = {
"type": "json_schema",
"json_schema": {