RedCheck 🛡️
Lightweight evaluation engine for LLM outputs, hallucination detection, and relevance verification using OpenAI, Anthropic Claude, or lexical fallbacks.
Installation
pip install redcheck
To update to the latest version:
pip install --upgrade redcheck
Quick Start
from redcheck import RedCheck
# Auto-detects OpenAI or Anthropic API keys
checker = RedCheck()
result = checker.evaluate_relevance(
prompt="How do I configure an SMTP server?",
response="You need a domain, DNS records, and an SMTP port."
)
print(result)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redcheck-0.3.5.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file redcheck-0.3.5.tar.gz.
File metadata
- Download URL: redcheck-0.3.5.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5b0c4648886afa3c779afe40f2b128479c6498a7b1f2b720783743760c7032f
|
|
| MD5 |
85baac39e596bd58c7ccc22153b33ba1
|
|
| BLAKE2b-256 |
aa33f8d2921662ec45c7cb78839dbcac5f85d2ebdd72f25d7b886020419fabb3
|
File details
Details for the file redcheck-0.3.5-py3-none-any.whl.
File metadata
- Download URL: redcheck-0.3.5-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c39817280fe20c6ea418ce6e990e4426024c862ffea1cfa249f758c1a93ae751
|
|
| MD5 |
68765ecfd3d16242786d794a0d446f9d
|
|
| BLAKE2b-256 |
412a3b1ab7e2db52b097ecf24595b0dacc59080c3c93b9e6348625ad8b64fa18
|