A few days ago, Microsoft released a new version of the Bing search engine, which uses ChatGPT’s OpenAI technology. You can use AI chat to answer questions. However, the new version of the Bing search engine is not officially open yet. You need to apply to join, but many friends said they don’t know how to join. Apply, because Bing when accessing WWW will automatically jump back to the CN version.
In fact, in yesterday’s software sharing article, there was a“Header Editor”The main function of this extension is to forcefully redirect the URL, which means that Bing will not jump back to the CN version.
1. You must use the Edge browser, then open the extension app store, search for the “Header Editor” extension, and click to get the installation.
2. Create a new notepad file and add the following rulesSave as json file.
{ "request": ( { "enable": true, "name": "bing-cn-to-www", "ruleType": "redirect", "matchType": "prefix", "pattern": "https://cn.bing.com", "exclude": "", "group": "bing-redirect", "isFunction": false, "action": "redirect", "to": "https://www.bing.com" } ), "sendHeader": ( { "enable": true, "name": "bing", "ruleType": "modifySendHeader", "matchType": "regexp", "pattern": "^http(s?)://www\\.bing\\.com/(.*)", "exclude": "", "group": "bing-direct", "isFunction": false, "action": { "name": "x-forwarded-for", "value": "8.8.8.8" } } ), "receiveHeader": (), "receiveBody": () }
3. Open the “Header Editor”set up – Export and import – Click to import – Select json fileclick Save.
4. Now when you open Bing, it will not jump to the CN version, then open theset up – language – Select English.
5. After setting up, open https://www.bing.com/new URL, log in to your Microsoft account, and you can apply to join the trial plan. However, there are currently many people applying, so it may take several days.
You can use it after receiving the email You’re in! Welcome to the new Bing!. I got the qualification the day before yesterday.
Open the new version of Bing, click chat mode, and you can chat with the robot like ChatGPT. According to Microsoft’s previous introduction, these functions are supported by the upgraded version of GPT 3.5, so it also supports ChatGPT’s AI language model, and said that it is more powerful than GPT 3.5.Ability to better answer search queries with up-to-date information and annotated answers.
According to the test, the question and answer speed is much faster than ChatGPT, and you will be marked with the citation URL and detailed information of the relevant answers.
Generally speaking, the new version of Bing has a better experience than ChatGPT, the answer content is more rigorous, and the source of the quote will be marked. However, because it may still be in the testing phase, the dialogue window can enter up to 1,000 characters, and there is a limited answer word limit, so complete answers may not appear.