Browse Source

Update llama_4_prompt_examples.ipynb

Suraj Subramanian 7 months ago
parent
commit
f722f71b8c
1 changed files with 2 additions and 2 deletions
  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."
    ]
    ]