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.

Update opencode for new ambient

+12 -2
+12 -2
opencode/opencode.json
··· 6 6 "ambient/large": { 7 7 "name": "ambient/large", 8 8 }, 9 - "zai-org/GLM-5-FP8": { 10 - "name": "zai-org/GLM-5-FP8" 9 + "zai-org/GLM-5.1-FP8": { 10 + "name": "zai-org/GLM-5.1-FP8" 11 11 } 12 12 }, 13 13 "options": { 14 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" 15 25 } 16 26 } 17 27 }