mirror of https://github.com/openclaw/openclaw.git
25 lines
540 B
JSON
25 lines
540 B
JSON
{
|
|
"id": "sglang",
|
|
"providers": ["sglang"],
|
|
"providerAuthEnvVars": {
|
|
"sglang": ["SGLANG_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "sglang",
|
|
"method": "custom",
|
|
"choiceId": "sglang",
|
|
"choiceLabel": "SGLang",
|
|
"choiceHint": "Fast self-hosted OpenAI-compatible server",
|
|
"groupId": "sglang",
|
|
"groupLabel": "SGLang",
|
|
"groupHint": "Fast self-hosted server"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|