> ## Content Index
> Fetch the complete content index at: https://lucent.blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# [New Bing] QQ机器人接入New Bing
- URL: https://lucent.blog/newbingqq-ji-qi-ren-jie-ru-newbing/
- Published: 2023-03-21T08:48:04.000Z
- Updated: 2026-08-21T00:49:54.000Z
- Author: Lucent
- Tags: ChatGPT, QQ机器人

之前的文章中我们已经将ChatGPT接入到了QQ机器人，现在我们将New Bing也接入

注意：本文只是解释new bing如何设置，其他设置还需要参考: <https://lucent.blog/?p=118>

### 前提条件

1. 您已经通过之前的教程成功部署了ChatGPT版QQ机器人
2. 拥有一个可以使用new bing的微软账户

### 获取Cookie

##### 1.使用谷歌浏览器或火狐浏览器安装cookie editor插件

安装地址：  
[谷歌浏览器](https://chrome.google.com/webstore/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm?ref=lucent.blog)  
[火狐浏览器](https://addons.mozilla.org/en-US/firefox/addon/cookie-editor/?ref=lucent.blog)

##### 2.使用魔法或者其他方法打开 bing.com,并登录你的微软账户

注意不是 bing.cn

##### 3.按图复制cookie备用

![image.png](https://img-1251540275.cos.ap-shanghai.myqcloud.com/blog/image_1679387936030.png)

##### 4.将cookie填入py/cookies.json文件中

![image.png](https://img-1251540275.cos.ap-shanghai.myqcloud.com/blog/image_1679388108952.png)

##### 5.修改对话风格(可选)

py/config.json

| 风格           | 解释      |
| ------------ | ------- |
| h3relaxedimg | 更具创造力风格 |
| galileo      | 更均衡     |
| h3precise    | 更准确风格   |

![image.png](https://img-1251540275.cos.ap-shanghai.myqcloud.com/blog/image_1679388326692.png)

### 切换指令

可以使用如下指令切换ChatGPT和New Bing  
切换至ChatGPT: /gpt  
切换至New Bing: /newbing

![image.png](https://img-1251540275.cos.ap-shanghai.myqcloud.com/blog/image_1679388860999.png)