Skip to content

Commit

Permalink
fix: export type Chat and Model
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu-lhl committed Aug 2, 2024
1 parent d85b9da commit 04989b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ async function initChat(model: Model): Promise<Chat> {
}

export { initChat };
export type { Chat, Model };

0 comments on commit 04989b0

Please sign in to comment.