UNPKG

huggingface-chat

Version:

A lightweight and powerful Node.js API client for Hugging Face Chat. Interact with open-source LLMs like Llama 3, Mixtral, and Gemma for conversational AI, text generation, and more. Supports ESM and CJS modules.

4 lines 127 B
import ChatBot from "./chat.js"; import Login from "./login.js"; export { ChatBot, Login }; //# sourceMappingURL=index.d.ts.map