Files
lucidia-main/lucidia_llm/lucidia_rewards/consent_rm.py
2025-08-08 01:28:38 -07:00

7 lines
217 B
Python

"""Reward model for enforcing consent and boundaries."""
def score(prompt, completion):
"""Score a completion based on consent adherence."""
raise NotImplementedError("Consent reward model not implemented")