mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 20:57:32 +08:00
Rename plugin ID from 'higress-ai-gateway' to 'higress'
This commit is contained in:
@@ -129,7 +129,7 @@ async function fetchAvailableModels(consoleUrl: string): Promise<string[]> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const higressPlugin = {
|
const higressPlugin = {
|
||||||
id: "higress-ai-gateway",
|
id: "higress",
|
||||||
name: "Higress AI Gateway",
|
name: "Higress AI Gateway",
|
||||||
description: "Model provider plugin for Higress AI Gateway with auto-routing support",
|
description: "Model provider plugin for Higress AI Gateway with auto-routing support",
|
||||||
configSchema: emptyPluginConfigSchema(),
|
configSchema: emptyPluginConfigSchema(),
|
||||||
@@ -261,7 +261,7 @@ const higressPlugin = {
|
|||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
entries: {
|
entries: {
|
||||||
"higress-ai-gateway": {
|
"higress": {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
config: {
|
config: {
|
||||||
gatewayUrl,
|
gatewayUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user