Files changed (1) hide show
  1. dummy_agent_library.ipynb +2 -2
dummy_agent_library.ipynb CHANGED
@@ -137,7 +137,7 @@
137
  }
138
  ],
139
  "source": [
140
- "# If we now add the special tokens related to Llama3.2 model, the behaviour changes and is now the expected oen.\n",
141
  "prompt=\"\"\"<|begin_of_text|><|start_header_id|>user<|end_header_id|>\n",
142
  "\n",
143
  "The capital of france is<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
@@ -502,7 +502,7 @@
502
  "source": [
503
  "Much Better!\n",
504
  "\n",
505
- "Let's now create a **dummy get weather function**. In real situation you could call and API."
506
  ]
507
  },
508
  {
 
137
  }
138
  ],
139
  "source": [
140
+ "# If we now add the special tokens related to Llama3.2 model, the behaviour changes and is now the expected one.\n",
141
  "prompt=\"\"\"<|begin_of_text|><|start_header_id|>user<|end_header_id|>\n",
142
  "\n",
143
  "The capital of france is<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
 
502
  "source": [
503
  "Much Better!\n",
504
  "\n",
505
+ "Let's now create a **dummy get weather function**. In a real situation, you would likely call an API."
506
  ]
507
  },
508
  {