Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nlux/react

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlux/react - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

4

package.json
{
"name": "@nlux/react",
"version": "0.10.1",
"version": "0.10.2",
"description": "NLUX React is a library for building conversational AI interfaces, with support for OpenAI, HuggingFace, and more.",

@@ -57,3 +57,3 @@ "keywords": [

"dependencies": {
"@nlux/core": "0.10.1"
"@nlux/core": "0.10.2"
},

@@ -60,0 +60,0 @@ "peerDependencies": {

# NLUX REACT ✨💬
## Conversational AI UI Library For ChatGPT And Other LLMs
## The Conversational AI UI Library For Any LLM

@@ -11,16 +11,15 @@ NLUX _(for Natural Language User Experience)_ is an open-source Javascript library that makes it simple to integrate

* **Build AI Chat Interfaces In Minutes** - High quality conversational AI interfaces with just a few lines of code.
* **React Components & Hooks** - `<AiChat />` for UI and `useAdapter` hook for easy integration.
* **Flexible LLM Adapters** - `ChatGPT` `HuggingFace` and an API to **Create Your Own Adapter** for any LLM.
* **Bot and User Personas** - Customize the bot and user personas with names, images, and descriptions.
* **Streaming LLM Output** - Streamed the chat response to the UI as it's being generated.
* **Syntax Highlighting** - Color code snippets in the response. **Copy And Paste** code into your editor.
* **Personalized Conversation** - Provide context using system messages, and instruct the LLM how to behave.
* **Build AI Chat Interfaces In Minutes** ― High quality conversational AI interfaces with just a few lines of code.
* **React Components & Hooks** ― `<AiChat />` for UI and `useAdapter` hook for easy integration.
* **LLM Adapters** ― For `ChatGPT` / `LangChain` 🦜 LangServe / `HuggingFace` 🤗 Inference.
* A flexible interface to **Create Your Own Adapter** for any LLM or API.
* **Bot and User Personas** ― Customize the bot and user personas with names, images, and more.
* **Streaming LLM Output** ― Streamed the chat response to the UI as it's being generated.
* **Customizable Theme** - Easily customize the look and feel of the chat interface using CSS variables.
* **Event Listeners** - Listen to messages, errors, and other events to customize the UI and behaviour.
* **Zero Dependencies** - Lightweight codebase, with zero-dependencies except for LLM front-end libraries.
* **Zero Dependencies** ― Lightweight codebase, with zero-dep except for LLM front-end libraries.
## Docs Website 📖
## Docs & Examples 📖
Please visit [docs.nlux.ai](https://docs.nlux.ai/) for the full documentation and examples.
For developer documentation, examples, and API reference ― you can visit: **[NLUX.ai](https://nlux.ai/)**

@@ -27,0 +26,0 @@ ## Get Started With NLUX React and ChatGPT 🚀

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc