-
Notifications
You must be signed in to change notification settings - Fork 60.2k
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
Chat gpt next web main #4913
Chat gpt next web main #4913
Conversation
@ayman-makki is attempting to deploy a commit to the NextChat Team on Vercel. A member of the Team first needs to authorize it. |
Warning Review failedThe pull request is closed. WalkthroughThe changes introduce several updates across multiple files, focusing on enhancing functionality, improving text clarity, and managing model configurations. Notably, .env.local files are ignored in version control, additional URL checks are implemented, textual content in the sidebar is updated, specific AI models are commented out, French localization is refined, a new mask entry for essay writing is added, and the mask inclusion logic is simplified to use only English masks. Changes
Poem
Tip AI model upgrade
|
Your build has completed! |
Summary by CodeRabbit
UI Enhancements
IconButton
in the sidebar.Localization
Content Updates
Backend Improvements
Configuration
.env.local
to.gitignore
.Model Management
openaiModels
,googleModels
, andanthropicModels
arrays.Masks Management
BUILTIN_MASKS
to include only entries from theEN_MASKS
array.