-
Notifications
You must be signed in to change notification settings - Fork 1
Osi #2
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
Conversation
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
…ponent - Refactored Chatbot component to manage conversations using Convex. - Added functionality to create and retrieve conversations and messages. - Integrated message saving for user, assistant, and system responses. - Enhanced user experience by loading previous conversation messages and maintaining context. - Updated schema to include conversations and messages tables for better data organization.
- Replaced the existing Chatbot component with ChatGPTStyleChatbot for improved functionality. - Updated project detail and test pages to utilize the new ChatGPTStyleChatbot component. - Introduced new mutations for managing conversations, including deletion and title updates. - Expanded the schema to include tutorials and related tables for better content management.
- Added a line break at the end of TUTORIAL_SYSTEM_README.md for consistency. - Included a line break at the end of navigation.tsx for improved code readability. - Added a line break at the end of tutorialChat.ts for better file structure.
- Added LanguageProvider to RootLayout for managing language context. - Updated Home component to utilize translations based on selected language. - Removed Projects and Train LLM project pages as part of content restructuring. - Enhanced Navigation component to support language toggling and updated text based on selected language.
- Introduced a new section on the Home page to showcase research projects, including DeepSeek-V3.2-Exp and GPT-OSS. - Added corresponding translations for project titles, descriptions, and statuses in both English and Chinese. - Enhanced layout with improved spacing and styling for better user experience.
- Added custom scrollbar styles for dark theme to improve user experience. - Implemented smooth transitions for interactive elements to enhance visual feedback. - Updated Home page layout with a new hero section and improved project presentation. - Modified navigation component for better accessibility and visual appeal, including a new "Join Lab" button. - Removed the DeepSeek research page as part of content restructuring.
- Updated all DeepSeek research links to point to a consolidated page. - Introduced a state management system for toggling the published status of research projects. - Enhanced the UI to reflect the published status with visual indicators and improved layout for project cards. - Added filter options for viewing published and draft projects on the DeepSeek research page.
…xperience - Enhanced the Home page with animated background effects and improved title styling. - Updated navigation links to use the Link component for better routing. - Modified translations to replace 'Skool' with 'About' for clarity. - Commented out static export configuration in next.config.ts for development purposes.
- Updated title and tagline sections with new gradient styles and glow effects. - Improved layout for better visual hierarchy and user engagement. - Replaced navigation link with a button for smoother scrolling to the research projects section. - Added decorative elements and enhanced tagline with dynamic content based on selected language.
- Integrated Navigation component into RootLayout for consistent navigation across the app. - Revamped Home component with improved title styling and dynamic content based on selected language. - Added animated background effects and decorative elements to enhance visual appeal. - Updated CSS classes for better responsiveness and user experience.
- Removed Navigation component from individual pages for a cleaner structure. - Updated page backgrounds with gradient styles for a cohesive design across the app. - Enhanced visual effects in the Home, About, Learn, and DeepSeek pages with animated elements. - Simplified the overall structure by replacing div wrappers with fragments for better performance.
…adjust button layout - Added links for various research projects including DeepSeek, OpenAI, Google, Meta, Qwen, GLM, Nvidia, MIT, and Tsinghua. - Adjusted button layout for improved spacing and consistency in the navigation bar. - Retained the language toggle button for user accessibility.
- Integrated MarkdownRenderer to fetch and display content from an external markdown file. - Removed hardcoded research questions and contribution areas for a cleaner structure. - Updated loading state to show a spinner while fetching markdown content. - Adjusted navigation link for improved accessibility and user experience.
- Removed multiple DeepSeek research pages to streamline the structure and improve navigation. - Updated project links to reflect new research initiatives, including "Train LLM For $1" and "DeepSeek Sparse Attention." - Adjusted project descriptions and statuses for clarity and consistency. - Enhanced layout for better visual appeal and user engagement across the research section.
- Revamped project details to reflect the implementation of the DeepSeek V3.2-Exp architecture, including updated title, description, and status. - Enhanced features list with specific components such as Lightning Indexer and Mixture-of-Latent-Attention. - Added sections for implementation tasks, research questions, and specific tasks to provide clearer guidance on project objectives. - Updated markdown file to include detailed implementation tasks and research questions for better alignment with the project goals.
- Renamed and updated the "Train LLM For $1" project to "Road to AI Researcher" with a new description and link. - Removed the "DeepSeek Sparse Attention" page and updated related navigation links to streamline the research section. - Adjusted navigation component to remove outdated research links and improve overall structure.
- Enhanced the research project section by updating the layout to accommodate additional projects and improve visual consistency. - Replaced the "Road to AI Researcher" link with a direct GitHub link and updated the project title to "Road to AI Researcher - Full Course." - Added new project entries for "GLM4-MoE" and "DeepSeek Attention + GLM4-MoE," including descriptions and links. - Removed the deprecated "Road to AI Researcher" page to streamline the project navigation.
- Replaced GitHub links with internal navigation links for "Road to AI Researcher" and "DeepSeek Sparse Attention" projects. - Updated project titles for clarity, changing "Road to AI Researcher - Full Course" to "Zero To AI Researcher - Full Course" and "DeepSeek Sparse Attention" to "DeepSeek Sparse Attention - DeepSeek-V3.2-Exp." - Enhanced visual consistency and user experience across project entries.
…ation - Introduced a new project entry for "SLA: Sparse-Linear Attention" on the homepage, including a description and link to the dedicated page. - Added Discord and Contribute links to the navigation component for enhanced user engagement and contribution opportunities.
…ancements - Introduced a new project entry for "SDLM: Sequential Diffusion Language Model" on the homepage, featuring a detailed description and a link to its dedicated page. - Enhanced the visual layout and user engagement elements for the new project entry.
- Removed complex background effects and animations from the RootLayout for a cleaner design. - Updated the layout structure in multiple pages to improve spacing and visual hierarchy. - Enhanced navigation component for better accessibility and user engagement. - Streamlined the overall user experience by adjusting padding and margins in various sections.
- Introduced a new state to determine if the application is running on localhost, enabling conditional rendering of the Ideas Section. - Updated the project layout to improve visual consistency, including adjustments to grid structure and project descriptions. - Enhanced project entries for "Zero To AI Researcher" and "DeepSeek Sparse Attention" with clearer titles and descriptions. - Streamlined the overall user experience by refining the layout and ensuring better accessibility for project links.
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.
No description provided.