mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
41279a3ae1
Co-authored-by: Bagatur <baskaryan@gmail.com>
13 lines
316 B
Plaintext
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 />
|
|
|