mirror of
https://github.com/alibaba/higress.git
synced 2026-02-27 14:10:51 +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 = {
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user