@nlux/core
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "@nlux/core", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "NLUX is Javascript and React library for building conversational AI interfaces, with support for OpenAI, Hugging Face, and more.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# NLUX JS ✨💬 | ||
## Conversational AI UI Library For ChatGPT And Other LLMs | ||
## The Conversational AI UI Library For Any LLM | ||
@@ -11,19 +11,18 @@ 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. | ||
* **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. | ||
* **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/)** | ||
## Vanilla JS 🟨 vs React JS ⚛️ | ||
This package `@nlux/core` is the Vanilla JS version of NLUX. | ||
This package `@nlux/core` is the vanilla JS version of NLUX. | ||
If you're looking for the React JS version, please check | ||
@@ -86,3 +85,3 @@ the [`@nlux/react`](https://www.npmjs.com/package/@nlux/react) package. | ||
```jsx | ||
<link rel="stylesheet" href="https://themes.nlux.ai/v0.10.1/nova.css"/> | ||
<link rel="stylesheet" href="https://themes.nlux.ai/v0.10.2/nova.css"/> | ||
``` | ||
@@ -89,0 +88,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250425
89