From 9cdeff6d3d8e40907158fbade988c3600b725572 Mon Sep 17 00:00:00 2001 From: Salmen Hichri Date: Thu, 15 Aug 2024 22:29:11 +0100 Subject: [PATCH] Updated NPM README.md --- pipeline/npm/core/README.md | 2 +- pipeline/npm/react/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pipeline/npm/core/README.md b/pipeline/npm/core/README.md index 00836d8f..92841b89 100644 --- a/pipeline/npm/core/README.md +++ b/pipeline/npm/core/README.md @@ -18,7 +18,7 @@ of code, you can add conversational AI capabilities and interact with your favor * **Streaming LLM Output** ― Stream 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-dep except for LLM front-end libraries. +* **Zero Dependency** ― Lightweight codebase ― Core with zero dependency and no external UI libraries. [![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) diff --git a/pipeline/npm/react/README.md b/pipeline/npm/react/README.md index 581d7dcd..1000acd6 100644 --- a/pipeline/npm/react/README.md +++ b/pipeline/npm/react/README.md @@ -17,11 +17,13 @@ of code, you can add conversational AI capabilities and interact with your favor * **React Components & Hooks** ― `` for UI and `useChatAdapter` 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. +* **Next.js & Vercel AI** ― Out-of-the-box support, demos, and examples for Next.js and Vercel AI. +* **React Server Components (RSC) and Generative UI** 🔥 ― With Next.js or any RSC compatible framework. * **Assistant and User Personas** ― Customize the assistant and user personas with names, images, and more. * **Streaming LLM Output** ― Stream 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-dep except for LLM front-end libraries. +* **Zero Dependency** ― Lightweight codebase ― Core with zero dependency and no external UI libraries. [![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)