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
Another Fix by Owner [GitKraken Remote] #67
Merged
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
[+] 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 <[email protected]>
[+] 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: Yifei Zhang <[email protected]>
[+] 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: Yifei Zhang <[email protected]>
H0llyW00dzZ
added a commit
that referenced
this pull request
Nov 8, 2023
* 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> --------- Co-authored-by: Yidadaa <[email protected]>
H0llyW00dzZ
added a commit
that referenced
this pull request
Nov 9, 2023
* 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> --------- Co-authored-by: Yidadaa <[email protected]>
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.