nlux icon indicating copy to clipboard operation
nlux copied to clipboard

The π—£π—Όπ˜„π—²π—Ώπ—³π˜‚π—Ή Conversational AI JavaScript Library πŸ’¬ β€”Β UI for any LLM, supporting LangChain / HuggingFace / Vercel AI, and more 🧑 React, Next.js, and plain JavaScript ⭐️

Results 40 nlux issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/nluxai/nlux/discussions/58 Originally posted by **wright-io** April 22, 2024 I would like to be able to set a chat message and submit programmatically. The use case is that...

enhancement

Several chat UIs out there have extra widgets along a message like thumbs up / down, share, report, etc. It would be handy to have a way to decorate the...

enhancement

My issue is I saved history with code blocks and md blocks but they are saved as string which is understandable, now when I render inititalConversation it just give me...

bug

Hi, we use the Content-Security-Policy: require-trusted-types-for 'script'; and we do not have the possibility to define a sanitizer for HTML. Is there a possibility to integrate this feature in your...

I'm now trying to set some configurable options on my LangServe chains, but it looks like I can only set `input` keys with `inputPreprocessor`. Is there a way to override...

Chat personas error https://nlux.dev/learn/chat-personas ## How To Define The Bot Persona In Javascript, you can define the bot persona by calling withPersonaOptions when creating the AiChat component. The withPersonaOptions function...

Hey @salmenus, first of all thanks for this nice project. I have recently been working on one of the pilot(RAG) for my company and found this project very helpful. however...

Thanks for creating this cool chatbot UI. However, I found it only supports very limited Markdown features, such as bold and italic fonts. For example, I created below test adapter:...

enhancement

import {DataTransferMode} from '@nlux/core'; import {OpenAiModel} from './model'; export type ChatAdapterOptions = { dataTransferMode?: DataTransferMode; model?: OpenAiModel; apiKey: string; systemMessage?: string; **host?: string;** };

./node_modules/@nlux/core/umd/nlux-core.js Module parse failed: Unexpected token (1:1405) You may need an appropriate loader to handle this file type.