Skip to content

Commit daf1418

Browse files
authored
Update Summarize the thread so far.js (#462)
1 parent 3e5eb0e commit daf1418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parsers/Summarize the thread so far.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ flags:gmi
9191
var show_tokens = false;
9292
var token_cost = show_tokens ? "> tokens: " + chatResponseBody.usage.total_tokens + " ($" + (parseInt(chatResponseBody.usage.total_tokens) * 0.000002).toFixed(6) + ")\n" : "";
9393

94-
var intro = thread_ts ? "> This thread so far:\n" : "> Last 30 minutes summarized:\n";
94+
var intro = thread_ts ? "> This thread so far:\n" : "> Last 60 minutes summarized:\n";
9595
new x_snc_slackerbot.Slacker().send_chat(current, intro + token_cost + "\n" + chatResponseBody.choices[0].message.content, false);
9696
})(current);

0 commit comments

Comments
 (0)