diff --git a/src/providers/manual-export.js b/src/providers/manual-export.js index 3ef56a5..3deb895 100644 --- a/src/providers/manual-export.js +++ b/src/providers/manual-export.js @@ -54,7 +54,7 @@ function formatManualExport(prompt, toolName) { lines.push("└───────────────────────────────────────────────────┘"); lines.push(""); lines.push("📝 INSTRUCTIONS:"); - lines.push("1. Open https://chat.openai.com (or your ChatGPT Business URL)"); + lines.push("1. Open https://chatgpt.com (or your ChatGPT Business URL)"); lines.push("2. Paste the prompt above into the input box"); lines.push("3. Click Send"); lines.push("4. Review ChatGPT's second-opinion response");