UNPKG

react-ai-faq-chat

Version:

A smart AI-powered FAQ chatbot

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