# GPTS使用教程

## 一、什么是GPTS

GPTS是openai开发的插件商店，用户可以自定义，针对场景单独使用。更多使用自行搜索

## 二、基础使用

### 1.获取GPTS\_id.

<mark style="color:blue;">模型名称</mark>：:gpt-4-gizmo-(gizmo\_id)

*例如:DALL·E的id为:g-2fkFE8rbu，模型改成:gpt-4-gizmo-g-2fkFE8rbu 即可调用。*

> <https://www.gptshunter.com> 内含有大量GPTs应用id，谨防广告，自行搜索
>
> 或者在openai官网获取id
>
> ![](/files/6K8IAvkMzm5euG2wF2Do)

### 2.客户端使用

手动输入<mark style="color:blue;">模型名称，</mark>选择就可使用

<figure><img src="/files/K8biJMHJMkMI5GfbOeI4" alt=""><figcaption></figcaption></figure>

## 三、API接入

[参考api文档](https://docs.blueshirtmap.com/)


---

# 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://gptmetaapi-docs.mygptmeta.com/dui-jie-di-san-fang/gpts-shi-yong-jiao-cheng.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.
