UNPKG

hugbot

Version:

Chatbot maker for HuggingFace Inference API and other AI API providers and backends.

41 lines (40 loc) 890 B
{ "name": "hugbot", "version": "1.5.4", "description": "Chatbot maker for HuggingFace Inference API and other AI API providers and backends.", "main": "dist/esm/botFactory/botFactory.js", "types": "dist/esm/botFactory/botFactory.d.ts", "scripts": { "compile": "npx tsc && npx tsc -p ./tsconfig.cjs.json" }, "keywords": [ "LLM", "chatbot", "bot", "HuggingFace", "ai", "ML" ], "author": "evi1husky", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/evi1Husky/HugBot.git" }, "exports": { "require": "./dist/cjs/botFactory/botFactory.js", "import": "./dist/esm/botFactory/botFactory.js" }, "files": [ "README.md", "dist", "LICENSE", "package.json" ], "dependencies": { "mistral-tokenizer-ts": "^1.2.0" }, "devDependencies": { "typescript": "^5.4.3" } }