generalbots/src/llm
Rodrigo Rodriguez (Pragmatismo) 032de108fd Relax hallucination detector: ignore Markdown separators, increase thresholds
- Ignore ---, ***, ___ (legitimate Markdown)
- Increase consecutive threshold: 5 → 10
- Increase occurrence threshold: 8 → 15
- Increase token threshold: 10 → 15
2026-03-09 19:50:34 -03:00
..
context Add SQLx dependencies for calendar feature 2025-11-27 23:10:43 -03:00
llm_models feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
prompt_manager - Refactor folder as features. 2025-11-22 22:55:35 -03:00
cache.rs fix(llm): load system-prompt from config.csv correctly 2026-03-09 11:55:05 -03:00
cache_test.rs Update server components and keywords 2025-12-23 15:52:35 -03:00
claude.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
episodic_memory.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
glm.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
hallucination_detector.rs Relax hallucination detector: ignore Markdown separators, increase thresholds 2026-03-09 19:50:34 -03:00
local.rs WIP: Local changes before merging master into main 2026-03-01 07:40:11 -03:00
mod.rs feat: add WhatsApp rate limiting and LLM hallucination detection 2026-03-09 17:22:47 -03:00
observability.rs Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
rate_limiter.rs fix(security): Fix unsafe code, CORS logic, and expect usage 2026-02-19 12:06:05 +00:00
smart_router.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00