mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 04:22:35 +00:00
Added tests for persistence
This commit is contained in:
parent
cae5b0708b
commit
862ff6c653
7 changed files with 157 additions and 11 deletions
|
|
@ -71,8 +71,8 @@ async def inference_settings(request):
|
|||
)
|
||||
|
||||
return {
|
||||
"impl": impls[Api.inference],
|
||||
"models_impl": impls[Api.models],
|
||||
"impl": impls['impls'][Api.inference],
|
||||
"models_impl": impls['impls'][Api.models],
|
||||
"common_params": {
|
||||
"model": model,
|
||||
"tool_choice": ToolChoice.auto,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue