Skip to content

Commit

Permalink
Updated chat.openai.com URLs to chatgpt.com ↞ [auto-sync from `adamlu…
Browse files Browse the repository at this point in the history
…i/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed May 8, 2024
1 parent 182412f commit 3b963da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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)

#

Expand Down
4 changes: 2 additions & 2 deletions greasemonkey/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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)

#

Expand Down
4 changes: 2 additions & 2 deletions greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 3b963da

Please sign in to comment.