Conversation
* Pdf2 (#39) * cerebras streaming resp base * feat(chat): rough draft - cerebras streaming, quick fixes, not fully tested This is a very rough, last-minute draft for Cerebras streaming response support and related fixes. The implementation is not rigorously tested and may have unresolved issues. If we need to push this to production due to timeline constraints, further review and changes are recommended. * fix(frontend): prompt engineering, UI/UX improvements * fix: fixed agent bug, added progress indicator * chore: comment out email login, keep only Google login on Login page - Commented out all email/password login fields and related logic in frontend/src/pages/Login.jsx. - Only Google login button and login type selector remain visible. - Users can now authenticate exclusively via Google OAuth; email/password login is temporarily disabled for a cleaner interface. * feat(markdown): implement gemini system prompt solution for markdown generation Co-authored-by: Lyudmira <Lyudmira@users.noreply.github.com> * Revert accidental change to conventional. * chore(pdf_processor): edit system prompt * feat(pdf): use AI for PDF to markdown conversion * fix(agents): resolve multi-agent system issues, now working as expected * fix: quick bug fix --------- Co-authored-by: ChloeW125 <wei.chloe55@gmail.com> Co-authored-by: Lyudmira <Lyudmira@users.noreply.github.com> * cerebras-streaming-responses feature updates (#42) * cerebras streaming resp base * feat(chat): rough draft - cerebras streaming, quick fixes, not fully tested This is a very rough, last-minute draft for Cerebras streaming response support and related fixes. The implementation is not rigorously tested and may have unresolved issues. If we need to push this to production due to timeline constraints, further review and changes are recommended. * fix(frontend): prompt engineering, UI/UX improvements * fix: fixed agent bug, added progress indicator * chore: comment out email login, keep only Google login on Login page - Commented out all email/password login fields and related logic in frontend/src/pages/Login.jsx. - Only Google login button and login type selector remain visible. - Users can now authenticate exclusively via Google OAuth; email/password login is temporarily disabled for a cleaner interface. * Proofread code documentation and error handling * rough last minute streaming responses implemented for problem solving mode * server error-handling implemented * bug fixes to loading display --------- Co-authored-by: MoonGlade-create <tqmeng123@gmail.com> * @frontend/comment console logs (#44) * deleted comment * deleted console logs --------- Co-authored-by: Tq <tqmeng123@gmail.com> Co-authored-by: ChloeW125 <wei.chloe55@gmail.com> Co-authored-by: Lyudmira <Lyudmira@users.noreply.github.com> Co-authored-by: ChloeW125 <139719503+ChloeW125@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Pdf2 (Pdf2 #39)
cerebras streaming resp base
feat(chat): rough draft - cerebras streaming, quick fixes, not fully tested
This is a very rough, last-minute draft for Cerebras streaming response support and related fixes. The implementation is not rigorously tested and may have unresolved issues. If we need to push this to production due to timeline constraints, further review and changes are recommended.
fix(frontend): prompt engineering, UI/UX improvements
fix: fixed agent bug, added progress indicator
chore: comment out email login, keep only Google login on Login page
feat(markdown): implement gemini system prompt solution for markdown generation
Revert accidental change to conventional.
chore(pdf_processor): edit system prompt
feat(pdf): use AI for PDF to markdown conversion
fix(agents): resolve multi-agent system issues, now working as expected
fix: quick bug fix
cerebras-streaming-responses feature updates (cerebras-streaming-responses feature updates #42)
cerebras streaming resp base
feat(chat): rough draft - cerebras streaming, quick fixes, not fully tested
This is a very rough, last-minute draft for Cerebras streaming response support and related fixes. The implementation is not rigorously tested and may have unresolved issues. If we need to push this to production due to timeline constraints, further review and changes are recommended.
fix(frontend): prompt engineering, UI/UX improvements
fix: fixed agent bug, added progress indicator
chore: comment out email login, keep only Google login on Login page
Proofread code documentation and error handling
rough last minute streaming responses implemented for problem solving mode
server error-handling implemented
bug fixes to loading display
@frontend/comment console logs (@frontend/comment console logs #44)
deleted comment
deleted console logs