Skip to content

Commit

Permalink
show up as non AI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemaio authored and Hacksore committed Aug 24, 2024
1 parent 51c33b6 commit 0286053
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/utils/string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export const hasAi = (
},
showOnlyAi = false,
): boolean => {
if (post.name === "OGHUNT") {
return false;
}

const excludedTerms = ["ai", "gpt", "artificial intelligence", "machine learning"];

const containsExcludedTerm = (text: string): boolean =>
Expand Down

0 comments on commit 0286053

Please sign in to comment.