qwerty108109

Results 9 comments of qwerty108109

In order to get agent zero to communicate outside the Docker container, you're going to need to use this URL with Ollama ```http://host.docker.internal:11434``` Assuming Ollama is installed on your local...

Just to clarify are you still having trouble or were you able to get it working?

I was testing to see if it was just the smaller models that have the problem but I'm still having the same problem with the larger models as well. ```...

``` { "agent": {}, "mode": {}, "plugin": [], "command": {}, "username": "misty", "keybinds": { "leader": "ctrl+x", "app_exit": "ctrl+c,ctrl+d,q", "editor_open": "e", "theme_list": "t", "sidebar_toggle": "b", "username_toggle": "none", "status_view": "s", "session_export": "x",...

I am accessing the file by using Nano in the command line in my Debian operating system. ```nano ~/.local/share/opencode/auth.json``` The Nano output is the following. ``` { "$schema": "https://opencode.ai/config.json", "provider":...

- Unfortunately, even with the file provided, I'm still getting this error. ``` Config file at /home/qwerty/.opencode/opencode.json is not valid JSON(C): --- JSONC Input --- { "$schema": "https://opencode.ai/config.json", "provider": {...

- I have updated the file and added one extra missing bracket. ``` { "$schema": "https://opencode.ai/config.json", "provider": { "ollama": { "npm": "@ai-sdk/openai-compatible", "name": "Ollama (local)", "options": { "baseURL": "http://localhost:11434/v1" },...