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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: close ChatGPTNextWeb#3187 use CUSTOM_MODELS to control model list * fix: ChatGPTNextWeb#3186 enable max_tokens in chat payload * Refactor UI Page [Auth] [+] refactor(auth.tsx): rename 'access' variable to 'accessStore' for better clarity and readability [+] feat(auth.tsx): update access code and token values using accessStore.update() method Co-Authored-By: Yifei Zhang <yidadaa@qq.com> * Fix Deploy [+] refactor(chat.tsx): remove unused imports and variables [+] feat(chat.tsx): add conditional check to prevent executing code and settings commands when disableFastLink is true Co-Authored-By: Yidadaa <yidadaa@qq.com> * Fix UI Page [Settings] [+] chore(settings.tsx): organize imports and format code [+] feat(settings.tsx): add OPENAI_BASE_URL constant to imports [+] feat(settings.tsx): add OPENAI_BASE_URL to shouldHideBalanceQuery dependency array [+] feat(settings.tsx): update accessStore.updateCode to accessStore.update with accessCode property [+] feat(settings.tsx): update accessStore.updateOpenAiUrl to accessStore.update with openaiUrl property [+] feat(settings.tsx): update accessStore.updateToken to accessStore.update with token property [+] feat(settings.tsx): add max value of 40 to fontSize input range Co-Authored-By: Yidadaa <yidadaa@qq.com> --------- Co-authored-by: Yidadaa <yidadaa@qq.com>
- Loading branch information
1 parent
7c1b4e6
commit dda1f81
Showing
15 changed files
with
186 additions
and
129 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
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.