kevinhermawan / Ollamac

Mac app for Ollama
Other
1.33k stars 71 forks source link

[Bug] If you delete models from ollama, the ui does not update its list #32

Closed ageorgios closed 5 months ago

ageorgios commented 11 months ago

If you delete models from ollama, the ui does not update its list

It would be better if the list of models was created on start of the application or even every time the settings appear.

mattbisme commented 11 months ago

I've noticed this as well. Seems like it's Ollamac that's "remembering" and nothing to do with the Ollama server itself?

kevinhermawan commented 11 months ago

Hi folks, the current flow keeps the model existing to avoid losing the chat that uses that model. But I have a plan to improve the flow in Ollamac v2 😃

mattbisme commented 11 months ago

I have a plan to improve the flow in Ollamac v2 😃

I'm very happy to hear this. In the meantime, what plist do I have to delete to reset the list? My menu is getting a bit out of hand from just experimenting with, and then deleting, various models. 😅

kevinhermawan commented 11 months ago

Do I have to delete to reset the list?

Unfortunately, uninstalling the app is currently the only solution. 😄 My apologies for this oversight. Let's fix this in v2!

owenzhao commented 9 months ago

At least add a (legacy) so we can easily choose when create a new conversation.

kevinhermawan commented 5 months ago

Just released v2.0.0. And this case will not happen again in the next version. Thank you!