updates info page with new kobold url
This commit is contained in:
parent
fd75f5c0c6
commit
41637aca1b
|
@ -19,7 +19,7 @@ function getInfoPageHtml(host: string) {
|
||||||
uptime: process.uptime(),
|
uptime: process.uptime(),
|
||||||
timestamp: Date.now(),
|
timestamp: Date.now(),
|
||||||
baseUrl: host,
|
baseUrl: host,
|
||||||
kobold: host + "/proxy/kobold" + " (not yet implemented)",
|
kobold: host + "/proxy/kobold",
|
||||||
openai: host + "/proxy/openai",
|
openai: host + "/proxy/openai",
|
||||||
proompts: keylist.reduce((acc, k) => acc + k.promptCount, 0),
|
proompts: keylist.reduce((acc, k) => acc + k.promptCount, 0),
|
||||||
...(config.modelRateLimit ? rateLimitInfo : {}),
|
...(config.modelRateLimit ? rateLimitInfo : {}),
|
||||||
|
|
Loading…
Reference in New Issue