langchain/docs/extras/use_cases/more/self_check/index.mdx
2023-09-05 15:11:16 -07:00

9 lines
287 B
Plaintext

# Self-checking
One of the main issues with using LLMs is that they can often hallucinate and make false claims. One of the surprisingly effective ways to remediate this is to use the LLM itself to check its own answers.
import DocCardList from "@theme/DocCardList";
<DocCardList />