refactor: rename skill to higress-openclaw-integration and update model configs (#3475)

This commit is contained in:
澄潭
2026-02-12 14:02:29 +08:00
committed by GitHub
parent 1f10cc293f
commit e9bb5d3255
10 changed files with 100 additions and 109 deletions

View File

@@ -0,0 +1,10 @@
{
"id": "higress-ai-gateway",
"name": "Higress AI Gateway",
"description": "Model provider plugin for Higress AI Gateway with auto-routing support",
"providers": ["higress"],
"configSchema": {
"type": "object",
"additionalProperties": true
}
}