react-actions-chat-llms
v1.0.4
Published
Backend-routed text-generation helpers for react-actions-chat flows.
Maintainers
Readme
React Actions Chat LLMs
Companion package for react-actions-chat that adds backend-routed text-generation helpers.
Installation
npm install react-actions-chat react-actions-chat-llmsWhat It Includes
createChatTextGenerationFlowcreateTextGenerationBackend
Shared Docs
The runnable demo for this package lives at examples/llm-support.
Production Note
The llm-support example asks for an API key in-chat and keeps it in memory for the current tab only. In production, keep provider credentials on a trusted backend even if your UI still uses createTextGenerationBackend.
