Enable GPT Mention feature in ChatGPT with this step-by-step guide.
Hey ChatGPT users, I have some really cool tricks to share with you today.
Ahead of the upcoming new feature of ChatGPT called “GPT Mention," you can enable this feature now.
Disclaimer: This hack is a bit technical so I tried my best to be as detailed as I can so anyone can follow.
Let’s start by explaining what the “GPT Mention” feature is all about.
GPT Mention allows you to inline tag any other custom GPT by using the “@” tag followed by the name of the GPT application. This feature also enables using different GPTs in the same conversation, taking an agent-like approach.
Right now, the feature doesn’t work yet in most ChatGPT users. If you type the keyword “@,” will not do anything on your chat.
After the trick is applied, typing the “@” handle should bring up a list of GPT applications you can inline tag.
Here’s a summary of the steps:
Awesome. Now let’s begin with the tutorial.
First, open Google Chrome browser and go to https://chat.openai.com. Right click and choose “Inspect” to open the DevTools window.
In the filters field, type “/account” to filter the request to https://chat.openai.com/backend-api/accounts/check/v4-2023-04-27. You should see the same user interface as below:
We need to override the content of this HTTP response. But before doing that, you need to set up the local overrides.
If you haven’t already enabled local overrides in DevTools, click “Select folder” at the top and choose a folder on your computer to store overrides.
You may need to create a folder on your local disk to store the override scripts. Allow full access when prompted.
Now, we are ready to override the HTTP response.
Go back to the Network tab and right-click on the "v4-2023-04-27" response. Choose “Override content”.
This will open the Sources tab where you can edit the response body. Inside the two sets of “features” lists, insert “gizmo_inline_tagging” like below:
Save the response file and refresh the ChatGPT webpage.
You should see a notification about GPT mentions.
Congratulations! You have just enabled a feature ahead of everyone else.
One cool trick of being able to tag GPT apps is the ability to switch between them in one chat instance.
For example, I had Dall-E generate a cute dog image.
Then I switched to another GPT app called “Coloring Book Hero” inside the same chat box to transform the dog into a coloring book page.
How cool is that? You can call other GPTs to make further modifications to these images.
If you want to disable the feature, you can do so by disabling the local overrides on your browser.
Go to the Sources tab in DevTools and uncheck the “Enable Local Overrides” checkbox. Alternatively, you can delete the overrides that are already saved on your local drive by clicking on the delete button.
This action can’t be undone, and you will have to manually recreate the deleted overrides.
Okay, that’s about it. I hope you have fun enabling and trying out GPT Mentions ahead of the crowd. If you encounter any issues while following this guide, let me know in the comments.
A huge shout out to X user Danizord — e/acc for posting this little trick in X.
Software engineer, writer, solopreneur