mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-21 03:59:42 +00:00
fix: missing key
This commit is contained in:
parent
b1d941e1f0
commit
4999c8f9cc
1 changed files with 1 additions and 1 deletions
|
@ -1608,7 +1608,7 @@
|
||||||
"response = requests.post(\n",
|
"response = requests.post(\n",
|
||||||
" url=f\"{NEMO_URL}/v1/evaluation/jobs\",\n",
|
" url=f\"{NEMO_URL}/v1/evaluation/jobs\",\n",
|
||||||
" json={\n",
|
" json={\n",
|
||||||
" \"config\": guardrails_eval_config,\n",
|
" \"config\": guardrails_eval_config[\"metadata\"],\n",
|
||||||
" \"target\": {\n",
|
" \"target\": {\n",
|
||||||
" \"type\": \"model\",\n",
|
" \"type\": \"model\",\n",
|
||||||
" \"model\": {\n",
|
" \"model\": {\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue