kevinhermawan / Ollamac

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

feat: adds custom host #78

Closed kevinhermawan closed 4 months ago

kevinhermawan commented 4 months ago

This pull request involves adding the default host. You might wonder why it's named "default host" instead of "host". The reason is that I intend to add a custom host for each chat in the future. But for now, when you change the default host, all conversations (including the previous chats) will use that host.

This PR solves #2 & #60