chep / copilot-chat.el

Chat with Github copilot in Emacs !
MIT License
61 stars 7 forks source link

Advanced Parameters #14

Open xnwh12 opened 1 month ago

xnwh12 commented 1 month ago

something like

"github.copilot.advanced": {
        "debug.overrideCAPIUrl": "http://ip:port/v1",
        "debug.overrideProxyUrl": "http://ip:port",
        "debug.chatOverrideProxyUrl": "http://ip:port/v1/chat/completions",
        "authProvider": "github-enterprise"
    },
    "github-enterprise.uri": "https://xxx.xxx",

To use a customized Copilot, such as a local model, and more.