Skip to content

Commit

Permalink
ccccc
Browse files Browse the repository at this point in the history
  • Loading branch information
htmambo committed Sep 5, 2024
1 parent 1817e2c commit d1d750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-prompts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const RAW_EN_URL = "f/awesome-chatgpt-prompts/main/prompts.csv";
const EN_URL = MIRRORF_FILE_URL + RAW_EN_URL;
const FILE = "./public/prompts.json";

const ignoreWords = ["涩涩", "魅魔"];
const ignoreWords = ["涩涩", "魅魔", "澀澀"];

const timeoutPromise = (timeout) => {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit d1d750f

Please sign in to comment.