mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
8 lines
273 B
TypeScript
8 lines
273 B
TypeScript
export { assistantMessages, enableChatMicrophone, openChat } from './chat'
|
|
export type { EnableChatMicrophoneOptions } from './chat'
|
|
export {
|
|
enableHearingPlaygroundMicrophone,
|
|
openHearingPlayground,
|
|
readHearingPlaygroundTranscriptions,
|
|
} from './hearing-playground'
|