langchain/docs/extras/use_cases/more/self_check/index.mdx
Lance Martin 41279a3ae1
Move self-check use case to "more" section (#9137)
Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-08-14 18:27:28 -07:00

13 lines
316 B
Plaintext

---
sidebar_position: 0
---
# 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 />