Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 28 lines 562 B view raw
1{ 2 "$schema": "https://opencode.ai/config.json", 3 "provider": { 4 "ambient": { 5 "models": { 6 "ambient/large": { 7 "name": "ambient/large", 8 }, 9 "zai-org/GLM-5.1-FP8": { 10 "name": "zai-org/GLM-5.1-FP8" 11 } 12 }, 13 "options": { 14 "baseURL": "https://api.ambient.xyz/v1" 15 } 16 }, 17 "lmstudio": { 18 "models": { 19 "google/gemma-4-31b": { 20 "name": "google/gemma-4-31b" 21 } 22 }, 23 "options": { 24 "baseURL": "http://shizuri.local/v1" 25 } 26 } 27 } 28}