📢 Exclusive on Gate Square — #PROVE Creative Contest# is Now Live!
CandyDrop × Succinct (PROVE) — Trade to share 200,000 PROVE 👉 https://www.gate.com/announcements/article/46469
Futures Lucky Draw Challenge: Guaranteed 1 PROVE Airdrop per User 👉 https://www.gate.com/announcements/article/46491
🎁 Endless creativity · Rewards keep coming — Post to share 300 PROVE!
📅 Event PeriodAugust 12, 2025, 04:00 – August 17, 2025, 16:00 UTC
📌 How to Participate
1.Publish original content on Gate Square related to PROVE or the above activities (minimum 100 words; any format: analysis, tutorial, creativ
ChatGPT major update! _Recommend instant interpretation of superconductivity, GPT-4 becomes the default model
Source: Xinzhiyuan
ChatGPT brings us some surprises from time to time.
Today, OpenAI announced a series of updates to ChatGPT for Plus users.
Prompt examples: When starting a new conversation, you will see some examples to help you start chatting more easily.
Recommended reply: ChatGPT will now recommend some related dialogue methods to facilitate continued communication.
GPT-4 becomes the default option: As a Plus user, when you start a new conversation, ChatGPT will remember the previously selected model and will no longer default back to GPT-3.5.
Upload multiple files: Now you can ask ChatGPT to analyze multiple files and generate opinions. This feature is available in the beta version of Code Interpreter for all Plus users.
Stay logged in: no more logging in every 2 weeks, and a much friendlier page.
Shortcut keys: Some shortcut keys have been added, for example, press ⌘ (Ctrl) + Shift + ; to copy the last code block. Press ⌘ (Ctrl) + / to see a full list of shortcuts.
Prompt example: "Explain superconductivity"
Now, open ChatGPT, you can see that there are 4 prompt templates above the chat dialog box.
One of them lit up directly, and it turned out to be "explaining superconductivity".
I have to say that the hot spot of superconductivity is really hot, and OpenAI also wants to take a wave.
ChatGPT uses an image metaphor "sliding slide".
Recommended Reply
The function of recommended reply is that every time ChatGPT is asked to reply, it will give a recommendation at the top of the dialog box.
GPT-4 becomes the default
When you enter ChatGPT in the future, you will directly use the GPT-4 model by default.
Upload multiple files
This feature is only available in the Code Interpreter beta version.
hot key
Currently, OpenAI has updated 8 shortcut keys, press ⌘ (Ctrl) + / to view all shortcut keys, there should be more updates in the future.
Open a new chat: ⌘ (Ctrl) +shift+O
Set "custom instructions": ⌘ (Ctrl) +shift+I
Chat input: shift+Esc
Hide history chat sidebar: ⌘ (Ctrl) + Shift + S
Copy the last code block: ⌘ (Ctrl) + Shift + ;
Delete Chat: ⌘ (Ctrl) + Shift + ⌫
Copy last reply: ⌘ (Ctrl) + Shift + C
View all shortcuts: ⌘ (Ctrl) + /
Netizen hot discussion
In order to improve the experience, many netizens also racked their brains.
Someone gave OpenAI some suggestions for updates that are friendly to coders:
Code Templates: It can be of great help to have custom templates for common programming. The same templates that GPT uses for answers can also be used for user questions.
Interactive debugging: GPT can provide a more interactive debugging experience. It helps users step through the code, highlights potential problems, suggests solutions, and explains why problems occur.
Best Practice Tips for a Specific Programming Language: GPT can provide tips about best practices for the specific programming language you are using, including syntax, conventions, and efficient ways to write code.