-
Notifications
You must be signed in to change notification settings - Fork 4.8k
WORKING -Image GPT and Grok #995
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
base: main
Are you sure you want to change the base?
Conversation
@lmarcelinoc is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
- Added public route handling in middleware for login, register, and guest access. - Implemented role management for users, allowing differentiation between 'user' and 'admin'. - Introduced registration status check in the registration page to conditionally allow new user sign-ups. - Enhanced profile dialog to display user roles and added admin dialog for admin users. - Updated database schema to include provider and system settings management. - Added utility function to generate random passwords. - Improved user settings form to handle optional fields and default values.
- Added Brave Search API integration for web search capabilities in the chatbot. - Updated README with setup instructions for Brave Search API. - Introduced new migration scripts to add `braveSearchApiKey` to the system settings. - Enhanced chat API to support new AI SDK formats and improved error handling. - Added new components for displaying search results and handling search queries. - Updated model selection and provider management to accommodate new AI models. - Refactored existing code for better organization and maintainability.
- Implemented a new user profile page that fetches and displays user documents. - Added functionality to delete documents with confirmation. - Introduced tabs for navigating between saved memories and profile settings. - Updated database schema to ensure document IDs are unique. - Integrated new UI components for better user experience.
- Updated TypeScript configuration reference link for better clarity. - Removed deprecated `next.config.ts` file and adjusted package dependencies. - Downgraded React and Next.js versions for compatibility. - Refactored authentication components to streamline imports and improve code organization. - Updated form handling in `AuthForm` and `SignOutForm` components for better user experience. - Adjusted dummy password generation logic in constants for server-side rendering.
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.
|
…ndling - Added new ESLint rules for improved code quality and error detection. - Updated Next.js configuration to ignore ESLint and TypeScript errors during production builds. - Refactored login and registration actions to handle errors more gracefully and provide user feedback. - Enhanced login and registration pages with loading states and error messages for better user experience. - Updated TypeScript configuration to include additional types for improved type safety.
- Added detailed logging throughout the authentication process for better debugging and monitoring. - Updated the .env.example file to correct the Redis URL format. - Introduced dynamic routing for several API endpoints to improve performance. - Enhanced error handling in login actions and middleware for improved user feedback. - Refactored authentication configuration to log settings on startup for easier troubleshooting.
No description provided.