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.
11 lines (10 loc) • 447 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Login = exports.ChatBot = void 0;
const chat_js_1 = __importDefault(require("./chat.js"));
exports.ChatBot = chat_js_1.default;
const login_js_1 = __importDefault(require("./login.js"));
exports.Login = login_js_1.default;