-
Notifications
You must be signed in to change notification settings - Fork 449
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
perf: persistent prompts and add chat record #540
Conversation
# Conflicts: # service/src/index.ts # service/src/storage/model.ts # src/api/index.ts # src/components/common/Setting/model.ts
feat: persistent prompts feat: add custom system role feat: add GeminiPro option
# Conflicts: # README.md # service/src/chatgpt/index.ts # service/src/index.ts # service/src/storage/config.ts # service/src/storage/mongo.ts # src/api/index.ts # src/components/common/Setting/General.vue # src/components/common/Setting/index.vue # src/store/modules/user/index.ts # src/utils/copy.ts
Sorry, before reviewing the logic changes, can you please merge the upstream main to the feature branch and then run lint? In addition, please revert modifications to unrelated files such as gitignore and readme. |
|
Are you already run |
yes |
Signed-off-by: Bob Du <i@bobdu.cc>
ping @jamebal |
This reverts commit 9dda341.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you check for duplicate files that might not be used?
1.remove redundant files 2.the content of the chat record uses "@/views/chat/components/Message"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
better add index in mongodb:
|
Persistent cue word
Add chat log interface