File size: 170 Bytes
58d33f0
 
 
 
 
1
2
3
4
5
6
# flake8: noqa
from typing import Dict
from langchain.chains.constitutional_ai.models import ConstitutionalPrinciple

PRINCIPLES: Dict[str, ConstitutionalPrinciple] = {}