removes Render queue note as Tavern bug is now fixed
This commit is contained in:
parent
2bad644772
commit
5be848d0d1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue