mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-18 07:18:53 +00:00
Fix Registry so it scopes keys by object types
This commit is contained in:
parent
b1c3a95485
commit
b94e6c0bd4
7 changed files with 63 additions and 47 deletions
|
@ -180,8 +180,8 @@
|
|||
" tools=tools,\n",
|
||||
" tool_choice=\"auto\",\n",
|
||||
" tool_prompt_format=\"json\",\n",
|
||||
" input_shields=[\"llama_guard\"],\n",
|
||||
" output_shields=[\"llama_guard\"],\n",
|
||||
" input_shields=[\"Llama-Guard-3-1B\"],\n",
|
||||
" output_shields=[\"Llama-Guard-3-1B\"],\n",
|
||||
" enable_session_persistence=True,\n",
|
||||
" )\n",
|
||||
"\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue