UNPKG

react-ai-faq-chat

Version:

A smart AI-powered FAQ chatbot

4 lines (3 loc) 158 B
export { createChatbotChain } from "./chain/chatbotChain"; export { getMistralLLM } from "./llm/mistralLLM"; export { loadFile } from "./loaders/fileLoader";