Closed shavit closed 10 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
free-chat | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 14, 2024 4:32pm |
Thanks for more fixes. Just tested. Seeing a problem still:
Adding a model selects the first model in the list, not the one I added (note that it also doesn't keep the one I had selected before). It should select the model I add.
~These errors now show in the console when you interact with the model lists:
List with selection: SelectionManagerBox<Conversation> tried to update multiple times per frame.
List with selection: SelectionManagerBox<String> tried to update multiple times per frame.
~ Realized this is in main, not added here!
Yes, this is not part of this pull request.
ah yes, looks like that bug was introduced in #45
This change will keep the database in sync with file URLs and user option of selected model.
ContentView
is created, and models with missing files are being removed.