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(),
|
||||
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 : {}),
|
||||
|
|
Loading…
Reference in New Issue