diff --git a/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts b/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts index 69db821b3..b2268b66a 100644 --- a/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts +++ b/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts @@ -20,8 +20,8 @@ const MODEL_CONFIG: Record }; // Default values for unknown models -const DEFAULT_CONTEXT_WINDOW = 128_000; -const DEFAULT_MAX_TOKENS = 8_192; +const DEFAULT_CONTEXT_WINDOW = 200_000; +const DEFAULT_MAX_TOKENS = 128_000; // Common models that Higress AI Gateway typically supports const DEFAULT_MODEL_IDS = [ @@ -167,8 +167,6 @@ const higressPlugin = { [ "Could not connect to Higress AI Gateway.", "Make sure the gateway is running and the URL is correct.", - "", - `Tried: ${gatewayUrl}/v1/models`, ].join("\n"), "Connection Warning", );