export type ChatGptMessage = {
    role: string,
    content: string
}
