mimmus

Results 65 comments of mimmus

Buffer exporting is not enough because I have a login procedure going in error but not able to see all error messages because it cleare the terminal. I need auto-logging.

RFE: please add support for custom base_url when using OLLAMA. In my use-case, it is not hosted locally but on a remote server

> What do you mean by `what browser`? Sorry, english is not my native language. I mean what browser is ran as an agent: I don't think you can launch...

Same error running through docker desktop but under Ubuntu/WSL: ``` web-ui-browser-use-webui-1 | Traceback (most recent call last): web-ui-browser-use-webui-1 | File "/app/webui.py", line 362, in run_custom_agent web-ui-browser-use-webui-1 | history = await...

Solved installing MS TTF fonts from non-free additional repo

Is it 'bookworm', not 'bullseye'? ``` echo "deb http://deb.debian.org/debian bookworm contrib non-free-firmware" > /etc/apt/sources.list.d/contrib.list apt-get install -y ttf-mscorefonts-installer ``` For me, this works.

> I'm guessing it must be a 4K TV, and embedded RPi Imager isn't scaling up the fonts to a larger size? Yes, exactly. Really unreadable also using a magnifying...

Hi, Mike! In my environment, config.toml is not managed directly by me but it is created by config script of our k8s distro, "injecting" some pieces configured in a yaml...

``` version = 2 root = "/var/lib/containerd" state = "/run/containerd" plugin_dir = "" disabled_plugins = [] required_plugins = [] oom_score = 0 [grpc] address = "/run/containerd/containerd.sock" tcp_address = "" tcp_tls_cert...