Fix extra space issue and LLM hallucinating
#55
by
alexschedrov
- opened
dummy_agent_library.ipynb
CHANGED
@@ -378,7 +378,7 @@
|
|
378 |
"Thought: I now know the final answer\n",
|
379 |
"Final Answer: the final answer to the original input question\n",
|
380 |
"\n",
|
381 |
-
"Now begin! Reminder to ALWAYS use the exact characters `Final Answer:` when you provide a definitive answer
|
382 |
"<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
383 |
"What's the weather in London ?\n",
|
384 |
"<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
|
|
378 |
"Thought: I now know the final answer\n",
|
379 |
"Final Answer: the final answer to the original input question\n",
|
380 |
"\n",
|
381 |
+
"Now begin! Reminder to ALWAYS use the exact characters `Final Answer:` when you provide a definitive answer.\n",
|
382 |
"<|eot_id|><|start_header_id|>user<|end_header_id|>\n",
|
383 |
"What's the weather in London ?\n",
|
384 |
"<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|