-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vision Support Update (0.0.4.5) (#36)
* Updated turbo. Bugs remain. * Removed deprecated models from model list. Fixed bugs with icons. * Added support for GPT-4-Turbo & text streaming. * Update README.md * Update README.md * Added GPT-4o support. * Mid-bugfix. * Bugfix in progress. * Debugged build with GPT-4o support. Note that the ChatGPT interface is a little bit buggy. * Replaced GPT-4o with GPT-4-turbo as the default model. * Added image uploading. * Added gallery and multi-image support. * Header fix & image support toggle (for models that don't support image input). * Added image support for the ChatGPT interface. * Quick ChatGPT no-selection bug fix. * Added keyboard shortcuts. * Added screenshot support for the Prompt-on-the-Fly interface. * Fixed drag formatting. Note: Screenshots / image uploads don't work well when multiple popups are open. * Fixed bug where images would be shared across multiple popups. Added escape-to-cancel for screenshots. * Quick image-sharing bugfix. * Fixed bug where image order would not be retained after some images are closed. * Fixed bug where prompt-on-the-fly wouldn't incorporate selected text into the chatbox on an empty prompt. * Cleaned up debug statements for feature release. * micro fix for the title in the popup, less cluttered. * better fix than previous commit. get the last message of the user as title with or without image (content or content[0].text) --------- Co-authored-by: giosilvi <[email protected]>
- Loading branch information
Showing
7 changed files
with
595 additions
and
89 deletions.
There are no files selected for viewing
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
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.