Copilot Proxy Support #125
Unanswered
JustinGrote
asked this question in
Q&A
Replies: 1 comment 4 replies
-
you can always set your custom basedomain, library support this functionality. However, the links you sent don't work also I didn't understand quite well what you meant 🤔 . https://github.com/betalgo/openai/blob/master/OpenAI.SDK/OpenAiOptions.cs |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The copilot proxy exposed by the Github Copilot CLI is https://copilot-proxy.githubusercontent.com/
The completion URI follows the same similar contexts and I imagine it will work fine here:
https://copilot-proxy.githubusercontent.com/v1/engines/copilot-labs-codex/completions
I'm pretty sure it just proxies an Azure ML model based on the headers, so I propose adding a new provider type that is either:
Beta Was this translation helpful? Give feedback.
All reactions