From dc4318335360408085377525965d9637a9dc34df Mon Sep 17 00:00:00 2001 From: nai-degen Date: Mon, 29 May 2023 12:21:39 -0500 Subject: [PATCH] adds anthropic endpoint to info page --- src/info-page.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/info-page.ts b/src/info-page.ts index 50374cf..68d076e 100644 --- a/src/info-page.ts +++ b/src/info-page.ts @@ -92,6 +92,7 @@ function cacheInfoPageHtml(host: string) { endpoints: { kobold: host, openai: host + "/proxy/openai", + anthropic: host + "/proxy/anthropic", }, proompts: keys.reduce((acc, k) => acc + k.promptCount, 0), ...(config.modelRateLimit ? { proomptersNow: getUniqueIps() } : {}),