-
Notifications
You must be signed in to change notification settings - Fork 475
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
Updated-UI, Continuous Chat, Setting Profiles, Streaming Response and more. #152
Merged
Conversation
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
I don't see any more issues - if you give me the OK @Webifi I'll merge this. |
Go for it. |
@all-contributors please add @Webifi for code and ideas |
I've put up a pull request to add @Webifi! 🎉 |
This was referenced Jun 9, 2023
Closed
Closed
Closed
Closed
Closed
This was referenced Jun 9, 2023
Closed
Open
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.
Let's see if this one gets through the gates:
Refactored a bunch of code while adding new features including:
For "profiles", while the ability the create a character for each by setting the system prompt is part of it, the main focus of the profiles are to have different setting profiles independent of the chat sessions. So all settings are now stored and recalled with the chat session, and then also can be saved to custom "profiles", one of which can be selected as the default for new chat sessions. More/better example static profiles should be added. The can be exported, imported using the new 3-dot menu in the settings dialog, allowing profiles to be easily shared.
For auto-summarization / FIFO, there are new settings in the chat setting modal; to enable it, the threshold for when it triggers, how many tokens it will try to summarize down to, how many prompts at the top and bottom should try to be preserved during the process, and the prompt used to generate the summary. Once messages are summarized, they will be displayed slightly translucently, will no longer be editable or removeable. The completion they were boiled down to will be displayed below them. FIFO messages are simply hidden from future submissions.
For deleting/editing past messages/prompts, currently a tool drawer will appear on hover with different options depending on the message state. For editing messages, just double click or double tap the the message. You can hide message from future ends with the eye icon, and can truncate all message from the one you're editing and send with the paper plane icon.
Some of the issues addressed:
#121, #113 #29 #3 #27 (simply delete the last message and hit the send button to regenerate) #16 (eye icon) #85 #7 (system prompts) #115 #14 #140 #70 #110 #131
Known issues:
Plenty more to do.
Demo Here:
https://webifi.github.io/ChatGPT-Web-Updated-UI/