Hiep Nguyen

Results 10 comments of Hiep Nguyen

I think it would be handy to add an option in the settings or menu to toggle "Keep PC Awake" in Ollama. Not everyone needs their PC to stay awake...

https://github.com/ollama/ollama/blob/main/docs/faq.md#setting-environment-variables-on-mac

## Issue Description When searching for browsers on different Linux distros, the current behavior is as follows: ### Ubuntu 22.04.3 - Returns all available browsers but fails to display the...

With this proposal I have draft a simple update for the main.py as below: ```python # Ask the user for their default browser default_browser = prompt( "Please enter your default...

Also Instead of asking user to type out we can incorporate a menu function that allow user to select a pre-define selection of browser

If you want to go with terminal approach we could simply open any website then from the terminal ex: - Linux: `xdg-open http://www.google.com` - Windows: `start http://www.google.com` - MacOS: `open...

@michaelhhogue Then how about this? I don't really work with Windows that much so this draft only work with Mac using [webbrowser](https://docs.python.org/3/library/webbrowser.html) and Linux xdg-setting, ```python def get_default_browser_macos(): return webbrowser.get().name...

@Kreijstal For now I don't think if the browser open effect anything. But that is an interesting ideas I will play around with it and let you know.

@kwxmxb Here are the OS details: Proxmox: v8.2.2 Ubuntu 24.04 LTS x86_64 Additionally, I can conduct a quick compatibility test on some popular operating systems if you are interested. Please...

Check PR #37 someone already working on it