kevinhermawan / Ollamac

Mac app for Ollama
Other
983 stars 51 forks source link

Simplify new chat creation and add reset/clear button #24

Closed paramaggarwal closed 1 month ago

paramaggarwal commented 7 months ago

Why?

  1. By default all new chats end up looking like "New chat" in the sidebar, adding the name is not really a use case as such - ideally people would try out the model, hence we can just use the name of the model as the name.
  2. There is currently no way to clear the context history and reset the chat - this adds a button for it.
Sidebar New Chat
Screenshot 2023-11-21 at 11 29 59 PM Screenshot 2023-11-21 at 11 30 07 PM
paramaggarwal commented 7 months ago

I'll tweak this to be about auto-renaming chats. I'll create a separate PR for the reset/clear functionality.