# 常见错误以及解决方式

#### 1.该令牌额度已用尽&#x20;

这个问题一般说明你的令牌已经没有额度，需要给你的令牌加额度或者你的钱包已经没有额度了，需要给你的钱包充值

#### &#x20;2、user quota is not enough&#x20;

这个问题一般说明你的账户已经没有额度了，需要给你的钱包充值&#x20;

#### 3、 max tokens is too large&#x20;

请求参数中的 max tokens 参数设置过大 请求携带的上下文token数 + max tokens 必须小于等于 模型的上下文大小 比如 gpt-4o 的模型上下文是 128k，max\_tokens 最大为 4096 那么必须满足 max tokens <= 4096 和 请求携带的上下文token数 + max tokens <= 128k.

#### 4、无可用渠道&#x20;

#### 请自己检查错误中得模型名称是否存在

#### &#x20;5、构图时出现SyntaxError: Unexpcted token"<’&#x20;

#### 使用不正确的接口，检查接口

#### 6、使用chatgpt-web-midjourney-proxy上传失败&#x20;

#### <https://github.com/Dooy/chatgpt-web-midjourney-proxy> 需要使用docker部署，开启APIUPLOADER，由于vercel不支持 ，你如果是在前端填写的中转地址，上传文件会跟着中转地址走。


---

# 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/chang-jian-wen-ti/chang-jian-cuo-wu-yi-ji-jie-jue-fang-shi.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.
