# 接入 AI 平台

我们的一个程序实例可以接入多个 AI 平台。

我们所有的 AI 平台都支持多账号登录，你可以配置多种不同的 AI 平台，然后通过指令来进行切换。

以下面 OpenAI 的配置为例，添加多账号的写法如下：

```toml
# OpenAI 相关设置
[openai] # 这一行必写

# 第 1 个 OpenAI 账号的登录信息
[[openai.accounts]] # 这一行必须跟在 [openai] 的后面
# 里面是一些设置

# 第 2 个 OpenAI 账号的登录信息
[[openai.accounts]]
# 里面是一些设置

# 第 3 个 OpenAI 账号的登录信息
[[openai.accounts]]
# 里面是一些设置
```

### 接入 OpenAI

{% content-ref url="/pages/QITbMAOfWtOWPy55BRyF" %}
[接入 OpenAI 的 ChatGPT](/pei-zhi-wen-jian-jiao-cheng/jie-ru-ai-ping-tai/jie-ru-openai-de-chatgpt.md)
{% endcontent-ref %}

### 接入 New Bing （Sydney）

{% content-ref url="/pages/371iDBDKMqyzaFqm16RL" %}
[接入 New Bing (Sydney)](/pei-zhi-wen-jian-jiao-cheng/jie-ru-ai-ping-tai/jie-ru-new-bing-sydney.md)
{% endcontent-ref %}

### 接入 Google Bard

{% content-ref url="/pages/iRGjv8tMGwGO0X9FQDO4" %}
[接入 Google Bard](/pei-zhi-wen-jian-jiao-cheng/jie-ru-ai-ping-tai/jie-ru-google-bard.md)
{% endcontent-ref %}

### 接入 ChatGLM

{% content-ref url="/pages/Cw2q7p2Hp6nHtiPo0KzR" %}
[🧑🎓 接入 ChatGLM](/pei-zhi-wen-jian-jiao-cheng/jie-ru-ai-ping-tai/jie-ru-chatglm.md)
{% endcontent-ref %}

### 接入 文心一言

{% content-ref url="/pages/fyfNDWzEZYV5dD7LWyhm" %}
[接入 文心一言](/pei-zhi-wen-jian-jiao-cheng/jie-ru-ai-ping-tai/jie-ru-wen-xin-yi-yan.md)
{% endcontent-ref %}

### 接入 Poe.com

{% content-ref url="/pages/8J3y7J6KcW1jgKE5iNfG" %}
[👨🎨 接入 Poe.com](/pei-zhi-wen-jian-jiao-cheng/jie-ru-ai-ping-tai/jie-ru-poe.com.md)
{% endcontent-ref %}


---

# 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.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.
