@ant-design/pro-chat
Version:
a solution for ai chat
31 lines (30 loc) • 688 B
TypeScript
export declare const chats: {
chats: {
ZGxiX2p4: {
content: string;
createAt: number;
id: string;
role: string;
updateAt: number;
};
Sb5pAzLL: {
content: string;
createAt: number;
id: string;
parentId: string;
role: string;
updateAt: number;
model: string;
};
};
config: {
model: string;
params: {
frequency_penalty: number;
presence_penalty: number;
temperature: number;
top_p: number;
};
systemRole: string;
};
};