Alex Cheema
Alex Cheema
Please resolve conflicts and ping me again. @cadenmackenzie
Did you test this after the merge? Models aren't loading and getting syntax errors.
Please assign me when fixed and ready for me to review @cadenmackenzie
`/modelpool` is hanging for me. nothing shows up in the tinychat ui
When I delete a model, the following error appears: `An unknown error occurred` It does actually delete the model however tinychat shows this error.
Okay, I can't reproduce now either so that's fine. One more thing: could you add something that indicates whether a download is currently in progress? Sometimes a download could fail...
> @AlexCheema I added a spinner animation to the model in the sidebar that is actively being downloaded. I can modify that to make it a progress bar or say...
> @AlexCheema right now the frontend is matching what is being returned by `/v1/download/progress` and `/modelpool` to determine if a model download is in progress on the sidebar. do we...
> can you clarify what you mean? Do you want the logic to be combined into one endpoint or are you okay that the server is the source of truth...
Did you test this?