nlkitai / nlux

The π—£π—Όπ˜„π—²π—Ώπ—³π˜‚π—Ή Conversational AI JavaScript Library πŸ’¬ β€”Β UI for any LLM, supporting LangChain / HuggingFace / Vercel AI, and more 🧑 React, Next.js, and plain JavaScript ⭐️
https://docs.nlkit.com/nlux
Other
937 stars 48 forks source link

Submitting chat entries programmatically #63

Closed salmenus closed 1 week ago

salmenus commented 1 month ago

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 I want to load a conversation, including a next message, and then submit and allow the user to see the streaming response. Is this possible? Thanks!