Live data from Hacker News

Ollama's new app

ollama.com

131–140 of 299 posts

Re: Ollama's new app

#131

I am somewhat surprised that this app doesn't seem to offer any way to connect to a remote Ollama instance. The most powerful computer I own isn't necessarily the one I'm running the GUI on.

The app does have a function to expose Ollama to the network, so perhaps its coming?

[deleted]

Re: Ollama's new app

#132
post #97

If you’re a power user of these LLMs and have coding experience, I actually recommend just whipping together your own bespoke chat UI that you can customize however you like. Grab any OpenAI compatible endpoint for inference and a frontend component framework (many of which have added standard Chat components) - the rest is almost trivial. I threw one together in a week with Gemini’s assistance and now I use it every…

[flagged]

> Tell me you're not in charge of young kids without telling me you're not in charge of young kids

Please avoid internet tropes on HN.

https://news.ycombinator.com/newsguidelines.html

Re: Ollama's new app

#133
post #115

Earlier quoted context omitted.

Kinda odd to be so dismissive of this mindset given this websites title. Whipping up your own chatui really is not that hard and is a pretty fun exercise. Knowing how your tools work and being able to tweak them to your specific usecases kinda rules!

There is a big difference between fun exercise and actually creating something that competes with the apps you can download. Building something on par with Claude Desktop, ChatGPT Desktop, etc. would be a lot of work. And I don't think the payoff would be there for most people.

Most people aren't hackers. Thanks to LLMs and vibe coding, even they can now take a can-do attitude to life that feels empowering. There's no longer any excuse to languish in helpless misery and negativity. You can just build things.

Re: Ollama's new app

#134
post #38

I've been on something of a quest to find a really good chat interface for LLMs. Most import feature for me is that I want to be able to chat with local models, remote models on my other machines, and cloud models (OpenAI API compatible). Anything that makes it easier to switch between models or query them simultaneously is important. Here's what I've learned so far: * Msty - my current favorite. Can do true simultan…

Ask me anything.

Electron. Python backend. Can talk to Ollama and other backends.

Need help with design and packaging.

https://github.com/adsharma/ask-me-anything

Re: Ollama's new app

#135
post #62

Earlier quoted context omitted.

We don't have this kind of power, and in fact, most our posts gets deleted so we don't post. We do read comments and help if we can. Negative comments help us grow and make Ollama better any way. We can take harsh feedback to make Ollama better.

To be clear, I didn't meant you guys manipulate the comments. It was just weird seeing even @swyx's comment get that much downvotes.

Barely any comments in the thread are flagged. The comment by swyx has a positive score.

Some comments have been downweighted for being generic or off-topic, which is standard moderation; our role as moderators is to keep the discussion threads on-topic. But the comment that was left at the top of the thread after I'd done that seemed at least somewhat negative/critical towards the Ollama team.

Which comments seem unreasonably low to you?

Re: Ollama's new app

#136

I am somewhat surprised that this app doesn't seem to offer any way to connect to a remote Ollama instance. The most powerful computer I own isn't necessarily the one I'm running the GUI on.

This. This. A thousand times this. I hate Windows / MacOS but love their desktops. I love Linux / BSD but hate their desktops. So my most expensive most powerful workstation is always a headless Linux machine that I ssh into from a Windows or MacOS toy computer. Unfortunately most developers do not understand this. Every time I run a command in the terminal and it tries to open a browser tab without printing the URL, it makes me want to scream and shout and retire from tech forever to be a plumber.

Re: Ollama's new app

#137
post #49

Earlier quoted context omitted.

Is there a way to get LM Studio to talk to remote OpenAI API servers and cloud providers?

LM Studio is for hosting/serving local LLMs. Its chat UI is secondary and is pretty limited.

Good to know, thanks. What do people generally use to connect to it for chat?

Re: Ollama's new app

#138
completely useless move. there are already tons of good clients for Ollama. The Ollama devs need to focus on being a better llama.cpp, not building clients.

Re: Ollama's new app

#139
post #133

Earlier quoted context omitted.

There is a big difference between fun exercise and actually creating something that competes with the apps you can download. Building something on par with Claude Desktop, ChatGPT Desktop, etc. would be a lot of work. And I don't think the payoff would be there for most people.

Most people aren't hackers. Thanks to LLMs and vibe coding, even they can now take a can-do attitude to life that feels empowering. There's no longer any excuse to languish in helpless misery and negativity. You can just build things.

But you can build something new instead of reinventing the wheel for the thousandth time.

Re: Ollama's new app

#140
post #47
post #38

I've been on something of a quest to find a really good chat interface for LLMs. Most import feature for me is that I want to be able to chat with local models, remote models on my other machines, and cloud models (OpenAI API compatible). Anything that makes it easier to switch between models or query them simultaneously is important. Here's what I've learned so far: * Msty - my current favorite. Can do true simultan…

I've been building this: https://dinoki.ai/ Works fully local, privacy first, and it's a native app (Swift for macOS, WPF for Windows)

do you have any screenshots? the home page shows a picture of a tamagotchi but none of the actual chat interface, which makes me wonder if I’m outside of the target audience
Post reply on HN