{ "cells": [ { "cell_type": "markdown", "id": "72942cd210501f07", "metadata": {}, "source": [ "# Search Agent with Sources\n", "\n", "This recipe shows how to use LLMs — in this case, GPT 4o mini — to answer questions using the web. Since LLMs often time hallucinate answers, it is important to fact check and verify the accuracy of the answer.\n", "\n", "
Mirascope Concepts Used
\n", "Background
\n", "\n", "Users of Large Language Models (LLMs) often struggle to distinguish between factual content and potential hallucinations, leading to time-consuming fact-checking. By implementing source citation requirements, LLMs need to rely on verified information, thereby enhancing the accuracy of its responses and reducing the need for manual verification.\n", "
\n", "Additional Real-World Applications
\n", "