From 5be848d0d1baf9e02c04f344deb6fbf9a95c3b03 Mon Sep 17 00:00:00 2001 From: nai-degen Date: Fri, 19 May 2023 09:34:56 -0500 Subject: [PATCH] removes Render queue note as Tavern bug is now fixed --- src/info-page.ts | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/info-page.ts b/src/info-page.ts index e96af81..481b300 100644 --- a/src/info-page.ts +++ b/src/info-page.ts @@ -135,17 +135,7 @@ Logs are anonymous and do not contain IP addresses or timestamps. [You can see t infoBody += `\n### Estimated Wait Time: ${friendlyWaitTime} Queueing is enabled. If the AI is busy, your prompt will processed when a slot frees up. -${ - process.env.RENDER - ? "" - : "**Enable Streaming in your preferred client or you may experience `504 Gateway Timeout` errors.*" -}`; - } - - if (process.env.RENDER) { - // Render has some strange issue where event-streams just hang for a while - // and then close the connection. - infoBody += `\n**Streaming mode may have issues on this proxy due to the hosting provider. Non-streaming mode should work fine even for long prompts.**`; +**Enable Streaming in your preferred front-end to prevent timeouts while waiting in the queue.**`; } if (customGreeting) {