Rename plugin ID from 'higress-ai-gateway' to 'higress'

This commit is contained in:
澄潭
2026-02-12 16:50:51 +08:00
committed by GitHub
parent b153d08610
commit 75c6fbe090

View File

@@ -129,7 +129,7 @@ async function fetchAvailableModels(consoleUrl: string): Promise<string[]> {
}
const higressPlugin = {
id: "higress-ai-gateway",
id: "higress",
name: "Higress AI Gateway",
description: "Model provider plugin for Higress AI Gateway with auto-routing support",
configSchema: emptyPluginConfigSchema(),
@@ -261,7 +261,7 @@ const higressPlugin = {
},
plugins: {
entries: {
"higress-ai-gateway": {
"higress": {
enabled: true,
config: {
gatewayUrl,