This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
forked from ChatGPTNextWeb/NextChat
-
Notifications
You must be signed in to change notification settings - Fork 8
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
[+] fix(privacy.tsx): fix handleAgree function to use privacyTerms state instead of fetching data again [+] feat(privacy.tsx): add privacyTerms state to store privacy.json data and use it to set mdText, pageTitle, and scrollTitle
[+] chore(icons): update eye-off.svg and eye.svg icons to have a smaller width and height of 16px
[+] feat(compose-dev.yaml): add compose-dev.yaml file with configuration for the app service
[+] feat(settings.tsx): add support for GoSync provider in SyncConfigModal component [+] feat(locales): add localization support for GoSync provider in cn.ts, en.ts, and id.ts [+] feat(sync.ts): add gosync property to sync store and update version to 1.2 [+] feat(cloud): add GoSync client implementation in gosync.ts [+] feat(cloud): add GoSync provider to SyncClients in index.ts
[+] chore(changelog.tsx): refactor table generation logic [+] feat(changelog.tsx): add PR links to commit message summary and description
- [ChangeLog Page] [+] fix(changelog.module.scss): adjust padding values for button container - [PrivacyPage] [+] fix(privacy.module.scss): adjust padding values for button container - [Build Setup] [+] fix(build.ts): filter out duplicate authors in Signed-off-by and Co-Authored-By lines
[+] fix(id.ts): fix localization key for updating masks session memory prompt [+] fix(id.ts): fix localization keys for success and failure messages when updating masks session memory prompt
[+] fix(chat.ts): fix known issue where summarize is not using the current model selected [+] refactor(chat.ts): extract sessionModelConfig from currentSession().mask.modelConfig [+] refactor(chat.ts): pass sessionModelConfig to getSummarizeModel function
[+] feat(chat.ts): add showToast for successful and failed summarization in useChatStore [+] fix(chat.ts): add showToast for successful summarization in onFinish callback
[+] feat(chat.tsx): add support for exporting session data as a JSON file with a timestamped filename
[+] feat(chat.tsx): add support for formatting message count in exported file name
[+] fix(chat.tsx): fix context generation logic to include system message when context is empty and first message is not a system message [+] feat(chat.tsx): add check for authorization status to include unauthorized system message in context
[+] chore(locales): update language translations for hiding and unhiding context prompts in chat
[+] feat(chat.tsx): add support for showing and hiding context prompts
This Fix commit 4c48573.
[+] feat(command.ts): add support for summarize command in ChatCommands interface [+] feat(cn.ts): add translations for summarize command in cn locale [+] feat(en.ts): add translations for summarize command in en locale [+] feat(id.ts): add translations for summarize command in id locale
[+] fix(home.tsx): add DEFAULT_CORS_HOST constant to import statement for proxying Google Fonts [+] fix(home.tsx): update remoteFontUrl to use DEFAULT_CORS_HOST for proxying Google Fonts
[+] fix(constant.ts): add trailing slash to DEFAULT_API_HOST constant
- Edge runtime [+] fix(upstash.ts): add 'mode: "cors"' to fetch requests in createUpstashClient function [+] fix(webdav.ts): add 'mode: "cors"' to fetch requests in createWebDavClient function
[+] chore(en.ts): update model version to gpt-3.5-turbo-0613 [+] chore(id.ts): update model version to gpt-3.5-turbo-16k-0613
This Fix commit 872221c.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.