diff --git a/docs/README.md b/docs/README.md index 97f3de3ca74..5f15ffb6834 100644 --- a/docs/README.md +++ b/docs/README.md @@ -95,7 +95,7 @@ If you've tested it to work in a browser not listed, simply create a [pull reque ## 🕵️ Proxy Mode -Proxy API Mode (disabled by default) returns text responses using GPT-4, without the need for a chat.openai.com account. +Proxy API Mode (disabled by default) returns text responses using GPT-4, without the need for a chatgpt.com account. When disabled, a ChatGPT account is required to fetch responses, but they are faster stream-type ones (like in demo). @@ -154,7 +154,7 @@ This app exists thanks to code, translations, issues & ideas from the following [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/105553471?first-contrib=2024.02.15-openai-endpoint-broke-report&h=50&w=50&mask=circle&maxage=7d "@YashSoPro")](https://github.com/YashSoPro) [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/31427850?h=50&w=50&mask=circle&maxage=7d "@ImgBotApp")](https://github.com/ImgBotApp) [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/in/29110&h=50&w=50&mask=circle&maxage=7d "Dependabot")](https://github.com/dependabot) -[![](https://images.weserv.nl/?url=https://i.imgur.com/tNyIPmG.jpg?h=50&w=50&mask=circle&maxage=7d "ChatGPT")](https://chat.openai.com) +[![](https://images.weserv.nl/?url=https://i.imgur.com/tNyIPmG.jpg?h=50&w=50&mask=circle&maxage=7d "ChatGPT")](https://chatgpt.com) # diff --git a/greasemonkey/docs/README.md b/greasemonkey/docs/README.md index 97f3de3ca74..5f15ffb6834 100644 --- a/greasemonkey/docs/README.md +++ b/greasemonkey/docs/README.md @@ -95,7 +95,7 @@ If you've tested it to work in a browser not listed, simply create a [pull reque ## 🕵️ Proxy Mode -Proxy API Mode (disabled by default) returns text responses using GPT-4, without the need for a chat.openai.com account. +Proxy API Mode (disabled by default) returns text responses using GPT-4, without the need for a chatgpt.com account. When disabled, a ChatGPT account is required to fetch responses, but they are faster stream-type ones (like in demo). @@ -154,7 +154,7 @@ This app exists thanks to code, translations, issues & ideas from the following [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/105553471?first-contrib=2024.02.15-openai-endpoint-broke-report&h=50&w=50&mask=circle&maxage=7d "@YashSoPro")](https://github.com/YashSoPro) [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/31427850?h=50&w=50&mask=circle&maxage=7d "@ImgBotApp")](https://github.com/ImgBotApp) [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/in/29110&h=50&w=50&mask=circle&maxage=7d "Dependabot")](https://github.com/dependabot) -[![](https://images.weserv.nl/?url=https://i.imgur.com/tNyIPmG.jpg?h=50&w=50&mask=circle&maxage=7d "ChatGPT")](https://chat.openai.com) +[![](https://images.weserv.nl/?url=https://i.imgur.com/tNyIPmG.jpg?h=50&w=50&mask=circle&maxage=7d "ChatGPT")](https://chatgpt.com) # diff --git a/greasemonkey/duckduckgpt.user.js b/greasemonkey/duckduckgpt.user.js index f5791b1a151..a48e857e39d 100644 --- a/greasemonkey/duckduckgpt.user.js +++ b/greasemonkey/duckduckgpt.user.js @@ -152,7 +152,7 @@ // @description:zu Faka amaphawu ase-ChatGPT kuvaliwe i-DuckDuckGo Search (okwesikhashana ngu-GPT-4!) // @author KudoAI // @namespace https://kudoai.com -// @version 2024.5.7 +// @version 2024.5.8 // @license MIT // @icon https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png // @icon64 https://media.ddgpt.com/images/icons/duckduckgpt/icon64.png @@ -432,7 +432,7 @@ alertP.className = 'no-user-select' if (/waiting|loading/i.test(msg)) alertP.classList.add('loading') if (msg.includes('@')) { // needs login link, add it - alertP.append(createAnchor('https://chat.openai.com', 'chat.openai.com'), + alertP.append(createAnchor('https://chatgpt.com', 'chatgpt.com'), ' (', msgs.alert_ifIssuePersists || 'If issue persists, try activating Proxy Mode', ')') } appDiv.append(alertP)