mirror of
https://github.com/labring/FastGPT.git
synced 2026-03-06 01:09:57 +08:00
perf: chat ui
This commit is contained in:
@@ -27,7 +27,7 @@ export const postSaveChat = (data: {
|
||||
modelId: string;
|
||||
newChatId: '' | string;
|
||||
chatId: '' | string;
|
||||
prompts: ChatItemType[];
|
||||
prompts: [ChatItemType, ChatItemType];
|
||||
}) => POST<string>('/chat/saveChat', data);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user