UNPKG

deep-chat-dev

Version:

Customizable chat component for AI APIs

16 lines 747 B
import { MessageContentI } from '../../types/messagesInternal'; import { Messages } from '../../views/chat/messages/messages'; import { Response as ResponseI } from '../../types/response'; import { DirectServiceIO } from '../utils/directServiceIO'; import { DeepChat } from '../../deepChat'; export declare class TogetherTextToSpeechIO extends DirectServiceIO { insertKeyPlaceholderText: string; keyHelpUrl: string; url: string; permittedErrorPrefixes: string[]; constructor(deepChat: DeepChat); private preprocessBody; callServiceAPI(messages: Messages, pMessages: MessageContentI[]): Promise<void>; extractResultData(result: ArrayBuffer): Promise<ResponseI>; } //# sourceMappingURL=togetherTextToSpeechIO.d.ts.map