fix: replace chat.openai.com with chatgpt.com in all URLs
Updated manual export provider instructions to reference https://chatgpt.com instead of the deprecated https://chat.openai.com URL. Affects only the generated copy-paste output shown to users.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user