feat: openapi v2 chat

This commit is contained in:
archer
2023-06-18 19:59:37 +08:00
parent 2b93ae2d00
commit ee9afa310a
27 changed files with 790 additions and 585 deletions

View File

@@ -44,7 +44,7 @@ type State = {
delShareChatHistory: (shareId?: string) => void;
};
const defaultChatData = {
const defaultChatData: ChatType = {
chatId: 'chatId',
modelId: 'modelId',
model: {