generated from tailored/app-template
fix
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
import { ChatStream } from './type.ts';
|
||||
|
||||
export { BaseChat, BaseChatOptions } from './chat.ts';
|
||||
export {
|
||||
ChatMessage,
|
||||
ChatMessageOptions, //
|
||||
ChatMessageComplete,
|
||||
ChatMessageStream,
|
||||
BaseChatInterface,
|
||||
BaseChatUsageInterface,
|
||||
ChatStream,
|
||||
EmbeddingMessage,
|
||||
EmbeddingMessageComplete,
|
||||
} from './type.ts';
|
||||
|
||||
// export type { BaseChat, BaseChatOptions } from './chat.ts';
|
||||
export * from './chat.ts'
|
||||
// export {
|
||||
// ChatMessage,
|
||||
// ChatMessageOptions, //
|
||||
// ChatMessageComplete,
|
||||
// ChatMessageStream,
|
||||
// BaseChatInterface,
|
||||
// BaseChatUsageInterface,
|
||||
// ChatStream,
|
||||
// EmbeddingMessage,
|
||||
// EmbeddingMessageComplete,
|
||||
// } from './type.ts';
|
||||
export * from './type.ts'
|
||||
/**
|
||||
* for await (const chunk of chatStream) {
|
||||
* console.log(chunk);
|
||||
|
||||
Reference in New Issue
Block a user