shanurrahman

Results 47 comments of shanurrahman

Are you sure openchat model exists ? Try running this on your machine, if that works, then we might have to look into the code > ollama run openchat:latest

@tpmccallum probably some environment variable was messing it up! Thanks for the answer

https://github.com/m1k1o/neko/issues/391#issuecomment-2174409751 Could you clarify what you mean by that? I’d like to use this with Neko rooms—does that mean it won’t work? Also, where exactly to add `--remote-debugging-port` flag ?...

@m1k1o ```sh curl http://localhost:9222/json/list curl: (56) Recv failure: Connection reset by peer ``` Unfortunately this didn't work: tried with both chrome and chromium, maybe i am missing something ? Heres...

Still doesn't work ``` ss -tulnp | grep ":9222" tcp LISTEN 0 4096 0.0.0.0:9222 0.0.0.0:* tcp LISTEN 0 4096 [::]:9222 [::]:* ``` This is the supervisor file ``` [program:google-chrome] environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"...

on a second note, binding it to the agent seems to pass the configuration object down the line Removing bind call from tool and adding it to agent instance instead,...