mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 12:48:30 +00:00
Fixed the duplicate data check problem, history filter and add tts stream (#477)
This commit is contained in:
1
projects/app/src/global/core/chat/api.d.ts
vendored
1
projects/app/src/global/core/chat/api.d.ts
vendored
@@ -1,7 +1,6 @@
|
||||
import type { AppTTSConfigType } from '@/types/app';
|
||||
|
||||
export type GetChatSpeechProps = {
|
||||
chatItemId?: string;
|
||||
ttsConfig: AppTTSConfigType;
|
||||
input: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user