# llms.txt # Public disclosure of Large Language Models used on EduHire360.com # Last updated: 2025-11-04 # Contact: ai-support@eduhire360.com [site] name = "EduHire360" url = "https://www.eduhire360.com" [models] # model entries: provider | model_name | version | purpose | endpoint | privacy_notes model1.provider = "OpenAI" model1.name = "GPT-5 Thinking mini" model1.version = "v1.0" model1.purpose = "Candidate resume parsing and job recommendation" model1.endpoint = "api.openai.com (via backend)" model1.privacy = "No PII is stored long-term; processed transiently on server; users may opt out via account settings." model2.provider = "Local-ModelInc" model2.name = "EduMatch-Classifier" model2.version = "v2.3" model2.purpose = "Internal classification of job categories and spam detection" model2.endpoint = "on-prem inference (internal)" model2.privacy = "Runs on-site; no external data transfer." [limitations] # Short human-facing disclosure of model limitations text = "AI assists with recommendations and automated parsing; it may make mistakes. Final hiring decisions should be made by humans. Models may reflect biases. See our Privacy Policy for details." [opt-out] # How users can opt-out of automated processing text = "Users can disable AI features in account settings or contact ai-support@eduhire360.com to request data removal." [references] privacy_policy = "https://eduhire360.com/privacy-policy" terms = "https://eduhire360.com/terms" # End of file