UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

16 lines (13 loc) 326 B
export type { ChatAdapter, StandardChatAdapter, DataTransferMode, ChatAdapterOptions, ChatAdapterBuilder, OpenAiModel, StreamingAdapterObserver, } from '@nlux/openai'; export { createUnsafeChatAdapter, } from '@nlux/openai'; export {useUnsafeChatAdapter} from './hooks/useUnsafeChatAdapter';