Skip to content

Commit 9cdeff6

Browse files
committed
Updated NPM README.md
1 parent 5bba654 commit 9cdeff6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pipeline/npm/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ of code, you can add conversational AI capabilities and interact with your favor
1818
* **Streaming LLM Output** ― Stream the chat response to the UI as it's being generated.
1919
* **Customizable Theme** - Easily customize the look and feel of the chat interface using CSS variables.
2020
* **Event Listeners** - Listen to messages, errors, and other events to customize the UI and behaviour.
21-
* **Zero Dependencies** ― Lightweight codebase, with zero-dep except for LLM front-end libraries.
21+
* **Zero Dependency** ― Lightweight codebase ― Core with zero dependency and no external UI libraries.
2222

2323
[![200+ Unit Tests](https://github.com/nlkitai/nlux/actions/workflows/run-all-tests.yml/badge.svg)](https://github.com/nlkitai/nlux/actions/workflows/run-all-tests.yml)
2424

pipeline/npm/react/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ of code, you can add conversational AI capabilities and interact with your favor
1717
* **React Components & Hooks**`<AiChat />` for UI and `useChatAdapter` hook for easy integration.
1818
* **LLM Adapters** ― For `ChatGPT` / `LangChain` 🦜 LangServe / `HuggingFace` 🤗 Inference.
1919
* A flexible interface to **Create Your Own Adapter** for any LLM or API.
20+
* **Next.js & Vercel AI** ― Out-of-the-box support, demos, and examples for Next.js and Vercel AI.
21+
* **React Server Components (RSC) and Generative UI** 🔥 ― With Next.js or any RSC compatible framework.
2022
* **Assistant and User Personas** ― Customize the assistant and user personas with names, images, and more.
2123
* **Streaming LLM Output** ― Stream the chat response to the UI as it's being generated.
2224
* **Customizable Theme** - Easily customize the look and feel of the chat interface using CSS variables.
2325
* **Event Listeners** - Listen to messages, errors, and other events to customize the UI and behaviour.
24-
* **Zero Dependencies** ― Lightweight codebase, with zero-dep except for LLM front-end libraries.
26+
* **Zero Dependency** ― Lightweight codebase ― Core with zero dependency and no external UI libraries.
2527

2628
[![200+ Unit Tests](https://github.com/nlkitai/nlux/actions/workflows/run-all-tests.yml/badge.svg)](https://github.com/nlkitai/nlux/actions/workflows/run-all-tests.yml)
2729

0 commit comments

Comments
 (0)