feat: share chat page

This commit is contained in:
archer
2023-05-14 21:37:26 +08:00
parent 5f66f4523c
commit c16d59671f
23 changed files with 2047 additions and 65 deletions

View File

@@ -33,3 +33,9 @@ export interface ShareModelItem {
share: ModelSchema['share'];
isCollection: boolean;
}
export type ShareChatEditType = {
name: string;
password: string;
maxContext: number;
};