You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use custom icons for various models. Since the upgrade to version 0.7.5, the saved chats are missing custom model icons after the chat is saved. Also, the model spec is not saved either so when continuing conversation it shows as "None selected".
I suspected that some of the data is not recorded in the DB. So I ran a test with 0.7.4 and then with 0.7.5 and noticed that there is missing data in the 'conversations' collection. Some of the missing fields are spec: and iconURL: but there is more.
After some further testing and playing with options, it seems that the issue is present if the model spec enforcement is set to true. When set to false, the issue is no longer present.
What happened?
We use custom icons for various models. Since the upgrade to version 0.7.5, the saved chats are missing custom model icons after the chat is saved. Also, the model spec is not saved either so when continuing conversation it shows as "None selected".
I suspected that some of the data is not recorded in the DB. So I ran a test with 0.7.4 and then with 0.7.5 and noticed that there is missing data in the 'conversations' collection. Some of the missing fields are
spec:
andiconURL:
but there is more.Example using version 0.7.4:
Example (broken icons and empty model selections) on 0.7.5:
Issue seems to be with recording all the fields in the DB in the version 0.7.5
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Screenshots
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: