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.8.5 to 0.8.7

4

package.json
{
"name": "@nlux/react",
"version": "0.8.5",
"version": "0.8.7",
"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.8.5"
"@nlux/core": "0.8.7"
},

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

@@ -16,3 +16,3 @@ # NLUX REACT ✨💬

* **Syntax Highlighting** - Color code snippets in the response. **Copy And Paste** code into your editor.
* **Personalize The Conversation** - Provide context using system message, and instruct the LLM how to behave.
* **Personalized Conversation** - Provide context using system message, and instruct the LLM how to behave.
* **Zero Dependencies** - Lightweight codebase, with zero-dependencies except for LLM front-end libraries.

@@ -44,4 +44,4 @@

systemMessage:
'Act as a Nobel Prize in Physics winner who is ' +
'helping a PHD student in their research'
'Give sound, tailored financial advice. Explain concepts simply. When unsure, ask questions. ' +
'Only recommend legal, ethical practices. Be friendly. Write concise answers under 5 sentences.'
});

@@ -53,3 +53,3 @@

promptBoxOptions={{
placeholder: 'Ask me anything about nuclear physics!'
placeholder: 'How can I help you today?'
}}

@@ -66,5 +66,5 @@ />

A fully functional chatbot UI that can advise you on nuclear physics, coding, and even tell you a joke or two!
An AI chatbot, experienced in personal finance, that can give your users sound, tailored financial advice:
[![NLUX AiChat Component](https://nlux.ai/images/demos/chat-convo-nobel-prize-in-physics-winner.gif)](https://nlux.ai)
[![Nlux AiChat Component](https://nlux.ai/images/demos/chat-convo-demo-fin-advisor.gif)](https://nlux.ai)

@@ -82,6 +82,6 @@ ## Theme File and CSS 🎨

```jsx
import '@nlux/themes/nova.css';
```
This requires that your bundler is configured to load CSS files.
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