fix: Set provider_id in NVIDIA notebook when registering dataset

This commit is contained in:
Jash Gulabrai 2025-09-17 09:46:40 -04:00
parent 9acf49753e
commit 651ccd5ea0

View file

@ -373,7 +373,7 @@
" metadata={\n",
" \"format\": \"json\",\n",
" \"description\": \"Tool calling xLAM dataset in OpenAI ChatCompletions format\",\n",
" \"provider\": \"nvidia\"\n",
" \"provider_id\": \"nvidia\"\n",
" }\n",
")\n",
"print(response)"