mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-05 14:47:38 +00:00
Fixed the duplicate data check problem, history filter and add tts stream (#477)
This commit is contained in:
@@ -43,7 +43,3 @@ export const userUpdateChatFeedback = (data: { chatItemId: string; userFeedback?
|
||||
|
||||
export const adminUpdateChatFeedback = (data: AdminUpdateFeedbackParams) =>
|
||||
POST('/core/chat/feedback/adminUpdate', data);
|
||||
|
||||
/* ------------- function ------------- */
|
||||
export const getChatItemSpeech = (data: GetChatSpeechProps) =>
|
||||
POST<{ data: Buffer }>('/core/chat/item/getSpeech', data);
|
||||
|
Reference in New Issue
Block a user