updates info page with new kobold url

This commit is contained in:
nai-degen 2023-04-09 00:30:20 -05:00 committed by nai-degen
parent fd75f5c0c6
commit 41637aca1b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function getInfoPageHtml(host: string) {
uptime: process.uptime(),
timestamp: Date.now(),
baseUrl: host,
kobold: host + "/proxy/kobold" + " (not yet implemented)",
kobold: host + "/proxy/kobold",
openai: host + "/proxy/openai",
proompts: keylist.reduce((acc, k) => acc + k.promptCount, 0),
...(config.modelRateLimit ? rateLimitInfo : {}),