We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b91e1 commit 465a7e9Copy full SHA for 465a7e9
src/commands/grzesiu.ts
@@ -12,7 +12,7 @@ const openai = new OpenAIApi(configuration);
12
const MAX_TOKENS = 2049;
13
const RESPONSE_TOKENS = 64;
14
const BANNED_PATTERNS = /[`\[\]{}\(\)]|http/g;
15
-const COOLDOWN = 60;
+const COOLDOWN = 20;
16
const GRZESIU_DELAY = 1500;
17
const GRZESIU_NAME = 'grzegorz';
18
0 commit comments