diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 297cabe60..ac017adda 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -569,11 +569,11 @@ export function Chat(props: { - + /> */}
{!props.noLogo && } - + {/* */} +

IMPROVE WITH AI.

); } diff --git a/scripts/fetch-prompts.mjs b/scripts/fetch-prompts.mjs index e7ef91d93..3c4801443 100644 --- a/scripts/fetch-prompts.mjs +++ b/scripts/fetch-prompts.mjs @@ -5,10 +5,10 @@ const RAW_CN_URL = "https://raw.githubusercontent.com/PlexPt/awesome-chatgpt-prompts-zh/main/prompts-zh.json"; const CN_URL = "https://cdn.jsdelivr.net/gh/PlexPt/awesome-chatgpt-prompts-zh@main/prompts-zh.json"; -// const RAW_EN_URL = -// "https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv"; -// const EN_URL = -// "https://cdn.jsdelivr.net/gh/f/awesome-chatgpt-prompts@main/prompts.csv"; +const RAW_EN_URL = + "https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv"; +const EN_URL = + "https://cdn.jsdelivr.net/gh/f/awesome-chatgpt-prompts@main/prompts.csv"; const FILE = "./public/prompts.json"; async function fetchCN() {