-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Response on Initial Message problem fixed and sound feature added #200
Conversation
amansoni7477030
commented
Jun 20, 2024
•
edited
Loading
edited
- Fxed a major issue with responses, as defined in No Response on Initial Message Flowise#2291 and in issue No Response on Initial Message #158. Now, it will always show a response, even if the server is very slow with lower CPU and RAM. If the websocket takes time to connect and streaming is already over, it will directly show the result.
- Added a new feature of sound: now users can add input and output sound effects for sending and receiving messages. Below are the parameters used:
…20240625100935.tsx
…20240625102212.tsx
…20240625102220.tsx
@HenryHengZJ Initially, I used GitHub Raw, which worked well. I also considered and decided that using a CDN is the best option, although both are sometimes slow. That's why I switched to using local storage. As you suggested, I've updated the code so that it now defaults to using the CDN. If needed, you can modify the CDN link or change it to the GitHub Raw link. |