Update groq.js

Fixed an unclosed bracket
This commit is contained in:
Sweaterdog 2025-03-09 00:45:30 -08:00 committed by GitHub
parent fbdac8d48e
commit 21ee58fd8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,4 +102,5 @@ export class GroqCloudAPI {
finalRes = finalRes.replace(/<\|separator\|>/g, '*no response*');
return finalRes;
}
}
}