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.

28 lines (22 loc) 525 B
export type { ChatAdapter, StandardChatAdapter, StreamingAdapterObserver, DataTransferMode, } from '@nlux/core'; export type { ChatAdapterOptions, } from './hf/types/chatAdapterOptions'; export type { ChatAdapterBuilder, } from './hf/builder/builder'; export type { HfInputPreProcessor, } from './hf/types/inputPreProcessor'; export { createChatAdapter, } from './createChatAdapter'; export { llama2InputPreProcessor, llama2OutputPreProcessor, } from './hf/preProcessors/llama2';