forked from linweiyuan/go-chatgpt-api
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor variable names and update README
- Refactored variable names for better readability, changing 'uuid' to 'uid' and 'chat_requirements' to 'chatRequirements'. - Updated the WebSocket connection initialization and chat requirements retrieval to use the new variable names. - Adjusted function calls throughout the code to match these changes. - Added a default value for ConversationMode.Kind in convertAPIRequest function if it's not provided. - Updated README with instructions on how to apply third-party client-side.
- Loading branch information
Showing
2 changed files
with
33 additions
and
14 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