removes Render queue note as Tavern bug is now fixed

This commit is contained in:
nai-degen 2023-05-19 09:34:56 -05:00
parent 2bad644772
commit 5be848d0d1
1 changed files with 1 additions and 11 deletions

View File

@ -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) {