> For the complete documentation index, see [llms.txt](https://documentation.ocoolai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.ocoolai.com/app_guides/plugins/liu-lan-qi-cha-jian-chatgpt-box.md).

# 浏览器插件ChatGPT Box

> 该应用只支持浏览器插件,相对来说比较简陋，仅提供文本教程，项目地址[Github](https://github.com/josStorer/chatGPTBox/tree/master)

## 下载

[![Chrome](https://img.shields.io/badge/-Chrome-brightgreen?logo=google-chrome\&logoColor=white)](https://chrome.google.com/webstore/detail/chatgptbox/eobbhoofkanlmddnplfhnmkfbnlhpbbo) [![Edge](https://img.shields.io/badge/-Edge-blue?logo=microsoft-edge\&logoColor=white)](https://microsoftedge.microsoft.com/addons/detail/fission-chatbox-best/enjmfilpkbbabhgeoadmdpjjpnahkogf) [![Firefox](https://img.shields.io/badge/-Firefox-orange?logo=firefox-browser\&logoColor=white)](https://addons.mozilla.org/firefox/addon/chatgptbox/) [![Safari](https://img.shields.io/badge/-Safari-blue?logo=safari\&logoColor=white)](https://apps.apple.com/app/fission-chatbox/id6446611121) [![Android](https://img.shields.io/badge/-Android-brightgreen?logo=android\&logoColor=white)](https://github.com/josStorer/chatGPTBox/wiki/Install#install-to-android) [![Github](https://img.shields.io/badge/-Github-black?logo=github\&logoColor=white)](https://github.com/josStorer/chatGPTBox/wiki/Install)

## 配置

* 安装好后点击插件logo
* `API模式`选择自定义模型
* 模型按自己需求填写，也可保持默认
* 地址填`http://one.ooo.cool/v1/chat/completions`或`http://one.ocoolai.com/v1/chat/completions`
* API key填写你在ocoolAPI站点生成的秘钥，如果没有或者不会生成可以查看获取秘钥教程
* 其余按照自己要求设置，也可保持默认


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.ocoolai.com/app_guides/plugins/liu-lan-qi-cha-jian-chatgpt-box.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
