mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 11:52:36 +00:00
actually test strutured output in completion
This commit is contained in:
parent
3796dbd4a5
commit
9bf1388429
3 changed files with 35 additions and 26 deletions
|
|
@ -82,6 +82,7 @@ class _HfAdapter(Inference, ModelsProtocolPrivate):
|
|||
model=model,
|
||||
content=content,
|
||||
sampling_params=sampling_params,
|
||||
response_format=response_format,
|
||||
stream=stream,
|
||||
logprobs=logprobs,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue