mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-05 08:11:59 +00:00
structured output for /completion API ollama
This commit is contained in:
parent
3a9468ce9b
commit
1787008251
3 changed files with 2 additions and 2 deletions
|
|
@ -172,6 +172,7 @@ class OllamaInferenceAdapter(Inference, ModelsProtocolPrivate):
|
|||
model=model.provider_resource_id,
|
||||
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