-
Notifications
You must be signed in to change notification settings - Fork 79
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
Websocket #16
base: main
Are you sure you want to change the base?
Websocket #16
Conversation
… reject the promise and move on processing the next chunk
@Pager07 is attempting to deploy a commit to the ntegrals' projects Team on Vercel. A member of the Team first needs to authorize it. |
@Pager07 Awesome work. Thank you so much 🙏 I'll properly review your commits soon! |
@integrals, I've noticed that the code in this pr could use some cleanup— it might benefit from some refactoring and structural improvements. Since I'm still getting familiar with server actions and the Vercel ecosystem, I'd really appreciate your help in this area. |
@integrals, I’m also considering that closing the WebSocket after handling each prompt might not be the best approach. For future improvements, we might want to keep the WebSocket connection alive throughout the entire conversation to enhance efficiency and responsiveness. |
In serverless environments web sockets may not be feasible and alternatives like |
added web socket implementation...
work to be done.. making pr for other's reference..