mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 09:03:52 +00:00
dropped impls for hf serverless and hf endpoint
This commit is contained in:
parent
1b15df8d1d
commit
650cbc395d
4 changed files with 6 additions and 44 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue