-
I'm trying to implement `react-support-engine` for a support in-app chat use case and I followed the step in [this video](https://www.youtube.com/watch?v=59pumSluRj4) but the chat is hanging when the …
-
### What version of React Router are you using?
7.0.0-pre.0
### Steps to Reproduce
- Enable SPA mode (`ssr: false`)
- Set the basename to /chat/
- Enable prerender.
- Build the app with `n…
-
#### Issue Description
1. Unable to scroll to the top of the chat when the keyboard is open.
2. The chat doesn’t automatically scroll to the bottom when a new message is sent
#### Steps to Repr…
-
I'm working with the web-llm library to load and use models like TinyLlama-1.1B-Chat-v0.4-q4f16_1-MLC-1k. My current implementation downloads the model successfully and caches it using engine.reload, …
-
### Describe the bug
Seems like
SyntaxError: The requested module '/node_modules/lucide-react/dist/esm/lucide-react.js?v=5ab1706d' does not provide an export named 'Run'
### Link to the Bolt URL …
-
### 📦 Environment
Docker
### 📌 Version
lobehub/lobe-chat-database v1.31.10
### 💻 Operating System
Other Linux
### 🌐 Browser
Firefox
### 🐛 Bug Description
Follow this tutori…
-
### Describe the bug
Bolt fails to load properly after a Git pull to my local install.
### Link to the Bolt URL that caused the error
http://localhost:5173/
### Steps to reproduce
1. Git pull or…
-
This example calls `initialize_agent` function: https://github.com/Chainlit/cookbook/blob/main/langchain-ask-human/app.py#L55
But that is deprecated: https://github.com/langchain-ai/langchain/blob/2…
-
### Description
I have a very specific scenario for my Brownfield app but encountered other developers that share the same implementation limitation -- not specific for this library, but more common …
-
I'm trying to display the unread message count accurately in the conversation list. However, if I set the unreadCount prop to undefined or null, the count appears as one less than the actual value and…