Some optimizations, few new features: voice to text, user messages limit, auth new fields#1448
Open
hamzaMissewi wants to merge 7 commits intovercel:mainfrom
Open
Some optimizations, few new features: voice to text, user messages limit, auth new fields#1448hamzaMissewi wants to merge 7 commits intovercel:mainfrom
hamzaMissewi wants to merge 7 commits intovercel:mainfrom
Conversation
- Added button of rename a chat in the chat sidebar - Filter inappropriate uploads (TODO) -limits the number of messages usage for user and guest Database Schema Updates: - Added quota tracking with guestMessageQuota and userMessageQuota - - Added imagesUsed tracking to quota systems User Experience: - Chat renaming via sidebar dropdown menu - Real-time quota enforcement - Clear error messages for content violations - Toast notifications for successful operations This ensures a safer, more controlled environment while maintaining good user experience with proper content moderation and usage limits.
using the ip address for guest to check chat messages limit and upload limit - Fix NextAuth guest provider configuration and syntax errors - Simplify guest quota tracking to avoid IP dependency - Clean up JWT interface declarations - Fix auth route redirects and token validation - Resolve database query errors in guest user creation
Contributor
|
@hamzaMissewi is attempting to deploy a commit to the Zeb Hermann's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Hi team, just checking in to see if someone could approve the workflows for this PR so the checks can run. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add theme toggle icon on chat header
add voice input to convert speesh to text ( still the logic to verify ) for the chat mutli input form
add rename chat option feature and add limits for chat messages and uploads for user and guest
add isloggedin field for auth and some authentication optimizations ,
add user and guest messages and uploads quota,
save guest with ip address to get the chat usage reached and make sure not depassed the fixed limit