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 3e5eb0e commit daf1418Copy full SHA for daf1418
Parsers/Summarize the thread so far.js
@@ -91,6 +91,6 @@ flags:gmi
91
var show_tokens = false;
92
var token_cost = show_tokens ? "> tokens: " + chatResponseBody.usage.total_tokens + " ($" + (parseInt(chatResponseBody.usage.total_tokens) * 0.000002).toFixed(6) + ")\n" : "";
93
94
- var intro = thread_ts ? "> This thread so far:\n" : "> Last 30 minutes summarized:\n";
+ var intro = thread_ts ? "> This thread so far:\n" : "> Last 60 minutes summarized:\n";
95
new x_snc_slackerbot.Slacker().send_chat(current, intro + token_cost + "\n" + chatResponseBody.choices[0].message.content, false);
96
})(current);
0 commit comments