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.

20 lines (17 loc) 374 B
export type { ChatAdapter, StandardChatAdapter, DataTransferMode, ChatAdapterOptions, ChatAdapterBuilder, HfInputPreProcessor, StreamingAdapterObserver, } from '@nlux/hf'; export { createChatAdapter, llama2InputPreProcessor, llama2OutputPreProcessor, } from '@nlux/hf'; export { useChatAdapter, } from './hooks/useChatAdapter';