Преглед изворни кода

Update llama_4_prompt_examples.ipynb

Suraj Subramanian пре 9 месеци
родитељ
комит
f722f71b8c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      getting-started/llama_4_prompt_examples.ipynb

+ 2 - 2
getting-started/llama_4_prompt_examples.ipynb

@@ -49,7 +49,7 @@
     "1. [Multilingual](#mling)\n",
     "1. [Multilingual](#mling)\n",
     "1. [Multimodal: Single Image Understanding](#mm)\n",
     "1. [Multimodal: Single Image Understanding](#mm)\n",
     "1. [Multimodal: Multi Image Understanding](#mm2)\n",
     "1. [Multimodal: Multi Image Understanding](#mm2)\n",
-    "1. [Function Calling](#fc)\n"
+    "1. [Function Calling with Image Understanding](#fc)\n"
    ]
    ]
   },
   },
   {
   {
@@ -511,7 +511,7 @@
    "metadata": {},
    "metadata": {},
    "source": [
    "source": [
     "<a id='fc'></a>\n",
     "<a id='fc'></a>\n",
-    "## Function Calling\n",
+    "## Function Calling with Image Understanding\n",
     "\n",
     "\n",
     "Function calling now works natively with images, i.e. the model can understand the images and return the appropriate function-call. In this example, we ask Llama to book us tickets to the place shown in the photos."
     "Function calling now works natively with images, i.e. the model can understand the images and return the appropriate function-call. In this example, we ask Llama to book us tickets to the place shown in the photos."
    ]
    ]