Tags: giosilvi/GPT-Prompter
Tags
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]>
Adding support for GPT-4o and GPT-4-turbo. (#32) * 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. * add webpack as dev dep. + fix export/ import CHAT_API_MODELS * Reformat custom prompt to match the chatGPT mode. Fix bug with model in popup.js --------- Co-authored-by: giosilvi <[email protected]>
Test webpack (#30) * webpack seems functioning * Remove node_modules from the repository and update .gitignore * small fix * automatic zip creation added * icons fix and start new version * v0.3.3 fix bug with chat. need to finish hot-reload * hot reload (to be finished)
PreviousNext