|
def __init__(self, person, config: BaseAppConfig = None):
|
|
def __init__(self, person, config: BaseAppConfig = None):
|
|
self.person_prompt = f"You are {person}. Whatever you say, you will always say in {person} style." # noqa:E501
|
|
self.person_prompt = f"You are {person}. Whatever you say, you will always say in {person} style." # noqa:E501
|