default claude 2.1 instead of 1.3 in openai compat endpoint since 1.3 is not accessible on all keys

This commit is contained in:
nai-degen
2024-01-17 02:36:21 -06:00
parent 4c2a2c1e6c
commit e813cd9d22
7 changed files with 10 additions and 26 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ function monitorHeartbeat(req: Request) {
if (bytesSinceLast < minBytes) {
req.log.warn(
{ minBytes, bytesSinceLast },
"Queued request is processing heartbeats enough data or server is overloaded; killing connection."
"Queued request is not processing heartbeats enough data or server is overloaded; killing connection."
);
res.destroy();
}