mirror of https://github.com/openclaw/openclaw.git
22 lines
497 B
JSON
22 lines
497 B
JSON
{
|
|
"id": "copilot-proxy",
|
|
"providers": ["copilot-proxy"],
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "copilot-proxy",
|
|
"method": "local",
|
|
"choiceId": "copilot-proxy",
|
|
"choiceLabel": "Copilot Proxy",
|
|
"choiceHint": "Configure base URL + model ids",
|
|
"groupId": "copilot",
|
|
"groupLabel": "Copilot",
|
|
"groupHint": "GitHub + local proxy"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|