kevinhermawan / Ollamac

Mac app for Ollama
Other
991 stars 52 forks source link

User configurable baseURL #2

Open tphakala opened 8 months ago

tphakala commented 8 months ago

I need to connect to Ollamac API running on remote server, it seems that baseURL is hard coded in current version

var baseURL: URL {
    URL(string: "http://localhost:11434")!
}

Would it be possible to make this user configurable? HTTPS (TLS) should also be supported for remote API.

kevinhermawan commented 8 months ago

Yes, I'm working on this!

jensenpat commented 2 months ago

Any updates on this? Would be great for a Preferences dialog.

luboszima commented 2 days ago

+1

kevinhermawan commented 1 day ago

Hey everyone, thanks for being patient. This is the most requested feature in Ollamac, and if I have the time, I'll work on it this weekend. Hopefully, we can release this feature and code highlighting (#72) in the next update. 😁