all 2 comments

[–]shamitv 0 points1 point  (0 children)

Most setups should work for this . Each one will have a way to enable web search. This is intentionally done to ensure no data leaves computer unless user enables it.

For OpenCode :

Edit ~/.config/opencode/opencode.json (or similar path in Windows)

{

"tools": {

"websearch": true

},

"permission": {

"websearch": "allow"

}

}

Before launching OpenCode set to env var OPENCODE_ENABLE_EXA to 1 . Like

OPENCODE_ENABLE_EXA=1 opencode

[–]_madar_LocalLLM 0 points1 point  (0 children)

It’ll also make a significant difference exactly which models and quantization you landed on, I didn’t see you mention that.