@nlux/react
Version:
nlux React is a library for building conversational AI interfaces, with support for OpenAI, HuggingFace, and more.
71 lines • 1.47 kB
JSON
{
"name": "@nlux/react",
"version": "2.17.1",
"description": "nlux React is a library for building conversational AI interfaces, with support for OpenAI, HuggingFace, and more.",
"keywords": [
"nlux",
"nlux",
"js",
"llm",
"large-language-model",
"ai-chatbot",
"ai-chat",
"ai-assistant",
"ai-copilot",
"copilot",
"chat-gpt",
"openai",
"hugging face",
"gpt",
"gpt3",
"gpt4",
"typescript",
"javascript",
"react",
"generative-ai",
"conversational",
"conversational-ui",
"conversational-interface",
"interface",
"chatbot",
"chat",
"assistant",
"ai",
"artificial-intelligence",
"artificial",
"intelligence",
"natural",
"language",
"langchain",
"langserve",
"processing",
"nlp",
"nlu",
"nlg",
"natural",
"language",
"natural-language",
"understanding"
],
"author": "Salmen Hichri",
"license": "MPL-2.0",
"private": false,
"homepage": "https://docs.nlkit.com/nlux",
"bugs": "https://github.com/nlkitai/nlux/issues",
"repository": {
"type": "git",
"url": "https://github.com/nlkitai/nlux.git",
"directory": "packages/react/core"
},
"dependencies": {
"@nlux/core": "2.17.1"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"main": "index.js",
"types": "nlux-react.d.ts",
"module": "esm/nlux-react.js",
"browser": "umd/nlux-react.js"
}