Together-Java / TJ-Bot

TJ-Bot is a Discord Bot used on the Together Java server. It is maintained by the community, anyone can contribute.
https://togetherjava.org
GNU General Public License v3.0
100 stars 87 forks source link

ChatGPT Auto-Answer should not be posted when image #1018

Closed SquidXTV closed 7 months ago

SquidXTV commented 8 months ago

About

resolves #918

Skips generating an auto-answer if message contains images or links. This is to prevent answers which miss context for ChatGPT to give a decent answer.

SquidXTV commented 8 months ago

Why does it "redo" all commits if I just rebase?

Zabuzard commented 8 months ago

@SquidXTV because a rebase rewrites the history (hence it requires a force-push). i.e. you do not just add something "on top", but you changed something behind (namely your base). its not an "incremental change", history-wise

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud