diff --git a/src/info-page.ts b/src/info-page.ts index f7f44b8..3c79729 100644 --- a/src/info-page.ts +++ b/src/info-page.ts @@ -137,6 +137,9 @@ function getOpenAIInfo() { } else { info.status = "Key checking is disabled." as any; info.turbo = { activeKeys: keys.filter((k) => !k.isDisabled).length }; + info.gpt4 = { + activeKeys: keys.filter((k) => !k.isDisabled && k.isGpt4).length, + }; } if (config.queueMode !== "none") {