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 61ba8a8c85365ac8effbb1690d9eddbce9d11d3b 8 lines 172 B view raw
1function setup() 2 return require("codecompanion.adapters").extend("openai_compatible", { 3 env = { 4 url = "http://34.46.152.76", 5 chat_url = "/run-auction" 6 } 7 }) 8end