mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #240] [CLOSED] Implement hallucination detector backend and ui docs #273
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/240
Author: @AJaySi
Created: 9/6/2025
Status: ❌ Closed
Base:
main← Head:cursor/implement-hallucination-detector-backend-and-ui-docs-c172📝 Commits (1)
0cb8180feat: Add hallucination detection API endpoints and models📊 Changes
12 files changed (+3071 additions, -1 deletions)
View changed files
📝
backend/app.py(+3 -0)📝
backend/models/__pycache__/__init__.cpython-313.pyc(+0 -0)➕
backend/models/__pycache__/hallucination_models.cpython-313.pyc(+0 -0)➕
backend/models/hallucination_models.py(+191 -0)📝
backend/requirements.txt(+4 -1)➕
backend/routers/__pycache__/hallucination_detection.cpython-313.pyc(+0 -0)➕
backend/routers/hallucination_detection.py(+376 -0)➕
backend/services/__pycache__/hallucination_detection_service.cpython-313.pyc(+0 -0)➕
backend/services/hallucination_detection_service.py(+619 -0)➕
backend/test_hallucination_api.py(+257 -0)➕
docs/HALLUCINATION_DETECTION_IMPLEMENTATION_SUMMARY.md(+241 -0)➕
docs/HALLUCINATION_DETECTION_UI_GUIDE.md(+1380 -0)📄 Description
Implement a FastAPI backend endpoint for a hallucination detector and provide comprehensive React UI documentation to recreate the Exa.ai demo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.