# 接入 Google Bard

Google Bard 是我们支持的第三个 AI 模型。

Bard 的设置开始于一行 `[bard]` ，随后每个账号的设置开始于一行 `[[bard.accounts]]`。

## Cookie 登录

截止至当前最新的版本， Bard 仅支持通过 Cookie 的方式登录。

```toml
[[bard.accounts]]
cookie_content = 'xxx'

```

Bard Cookie 获取方法：[Wiki](https://github.com/lss233/chatgpt-mirai-qq-bot/wiki/Bard-Cookie-%E8%8E%B7%E5%8F%96%E6%96%B9%E6%B3%95)

## 相关设置

**1.使用代理**

这项设置是每个账号独立的。

Bard 目前仅允许美国的 IP 访问，所以你很有可能需要设置代理。

参考： [#4.-shi-yong-dai-li](https://chatgpt-qq.lss233.com/pei-zhi-wen-jian-jiao-cheng/jie-ru-openai-de-chatgpt#4.-shi-yong-dai-li "mention")


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chatgpt-qq.lss233.com/pei-zhi-wen-jian-jiao-cheng/jie-ru-ai-ping-tai/jie-ru-google-bard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
