Replies: 2 comments 2 replies
-
I got the same issue +1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
follow the https://github.com/zbirenbaum/copilot.lua#server_opts_overrides is not working for me, and I try these code also not working. opts = {
server_opts_overrides = {
settings = {
advanced = {
debugOverrideCAPIUrl = "http://raspberrypi.local:8181/v1",
debugTestOverrideCAPIUrl = "http://raspberrypi.local:8181/v1",
debugOverrideProxyUrl = "http://raspberrypi.local:8181",
debugTestOverrideProxyUrl = "http://raspberrypi.local:8181",
debugChatOverrideProxyUrl = "http://raspberrypi.local:8181/v1/chat/completions",
DebugOverrideCAPIUrl = "http://raspberrypi.local:8181/v1",
DebugTestOverrideCAPIUrl = "http://raspberrypi.local:8181/v1",
DebugOverrideProxyUrl = "http://raspberrypi.local:8181",
DebugTestOverrideProxyUrl = "http://raspberrypi.local:8181",
DebugChatOverrideProxyUrl = "http://raspberrypi.local:8181/v1/chat/completions",
["debug.overrideCAPIUrl"] = "http://raspberrypi.local:8181/v1",
["debug.testOverrideCAPIUrl"] = "http://raspberrypi.local:8181/v1",
["debug.overrideProxyUrl"] = "http://raspberrypi.local:8181",
["debug.testOverrideProxyUrl"] = "http://raspberrypi.local:8181",
["debug.chatOverrideProxyUrl"] = "http://raspberrypi.local/v1/chat/completions",
},
},
},
}, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get this extension working, with a local, OpenAI compatible api. On vscode there was a workaround, to set
overrideProxyUrl
andtestOverrideProxyUrl
but it is not working for me with this extension.My current configuration looks like this:
I'm pretty new to neovim so I might be missing something obvious.
Beta Was this translation helpful? Give feedback.
All reactions