UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

4 lines (3 loc) 209 B
export type { AIAdapter, AIContext } from './types.js'; export { AIAdapterError, AIConfigurationError, AINetworkError, AIRateLimitError } from './types.js'; export { OpenAIAdapter } from './OpenAIAdapter.js';