-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip(feat/paste): images dropzone (#161)
* WIP(upload files): add a file drag and drop handler for chat. * wip(images): add some ui components for interaction. * wip(images): add attach button. * wip(ui attached images): add a simple ui to see attached files. * refactor(attached images): manage attached images in redux. * wip(images): add images to the user content. * wip(images): send images using kyok and an upstream branch of the lsp `multimodality_plus` * wip(image user messages): render only a string message for now. * wip(images): rendering user images in chat * wip(images): render multiple user images in chat. * wip(images): refactor to reuse the original component for the component is an array. * wip(image): add retry functionality * ui(retry): add buttons for adding and removing images when retrying a question. * ui(images): add a better button for removing the image * feat(images): add error messages for unsupported files. * feat(images): add error and warning handlers for adding files. * refactor(api reset): reset ping first. * typo(dropzone): atttach * ui(image button): change the order for send and attach buttons. * fix(BYOK): title generation response won't have `"metering_balance` when using BYOK. * refactor(images): place images before the user message
- Loading branch information
1 parent
f003f89
commit 0eb4b8b
Showing
19 changed files
with
847 additions
and
155 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.