You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DMR provider currently sets the endpoint to use localhost:12434, even when inside a container. It would be great to see if the /.dockerenv file exists and use that to determine if the override should occur.
Version affected
1.0.6
How To Reproduce
Start a container with cagent inside it.
Use the DMR provider
Notice it uses localhost:12434 by default.
Expectation
I'm in a container, so it should use the default model-runner.docker.internal or use the value of MODEL_RUNNER_HOST.