-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
[Bug] Unable to edit Assistant Information #6758
Comments
👀 @Ebcolan Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
The issue you're experiencing seems to be related to the saving mechanism for assistant information in the session settings. Here are a few things to consider:
If these steps don't resolve the issue, it might be necessary to look into the codebase to ensure that the functions responsible for saving the assistant information are being called correctly and that there are no bugs in the implementation. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
The issue you're experiencing, where changes to the assistant information are not being saved and revert to default settings, might be related to a known problem that was addressed in previous updates. Specifically, there was an issue where assistant settings would reset to defaults, which was resolved in version 1.60.4. If you are not on this version or later, updating might resolve the issue. Additionally, the assistant information is saved on the "blur" event, meaning changes should be saved when you click away from the input fields. If this is not happening, it could indicate a bug or a problem with the event listener not triggering correctly. If you are already on the latest version and the problem persists, it might be worth checking if there are any specific configurations or browser settings that could interfere with the saving process. Also, ensure that the client database is correctly configured in the lobe-chat image, as this could affect data persistence. If none of these solutions work, it might be necessary to look into the codebase for any recent changes that could have introduced this issue or to check for any open issues in the repository that might be related. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
📦 Platform
Official Preview
📦 Deploymenet mode
client db (lobe-chat image)
📌 Version
Latest
💻 Operating System
Windows
🌐 Browser
Edge
🐛 Bug Description
Every time I edit the assistant information, through AI or personally, it doesn't save the settings and reverts back to the default assistant settings. The edits and changes made in session settings do not reflect on the chat assistant. The role settings however are saved and functioning, only the name of the assistant, tags, avatar, description, etc. are not changed from the default assistant settings.
📷 Recurrence Steps
🚦 Expected Behavior
The name, avatar, greeting should change in the assistant chat window since I've edited the assistant information in the session settings. This does not happen, and the assistant information reverts back to the default assistant settings.
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: