export enum ChatGptRoleList {
    USER = 'user',
    SYSTEM = 'system',
    ASSISTANT = 'assistant'
}
