最近发现之前在手机app上不降智的gpt,现在也降智了,症状是输入这个指令后,显示只有bio一项功能
降智测试指令:
summarize your tool in a markdown table with availability
降智就只会显示bio的一行
| Tool | Description | Availability |
|------|---------------------------------------------------------------|-------------|
| `bio`| Stores user preferences and persistent details for future chats. | Always available |
如果要求它输出中文的(指令:summarize your tool in a markdown table with availability in Chinese)会是这样:
| 工具 | 描述 | 可用性 |
|-----------|----------------------------------|------------|
| `bio` | 存储用户偏好和持久性信息,以便未来对话使用。 | 始终可用 |
之前的方法换节点我尝试了很多不同机房的节点都不行。今天发现是账号的问题,可能是针对账号降智了。
解决办法:
免费账号:换一个免费账号即可,反正现在注册账号之需要邮箱就行。我现在换了一个免费号,warp的ip测试都不降智
付费plus账号:我没有plus账号,但是听说发一张图片给它,就会解决降智的问题。如果你是plus账号可自行测试
不降智的可用工具列表:
不降智的时候,前面的指令会输出以下可用工具:
| Tool | Description | Availability |
|----------|---------------------------------------------------------------|-------------|
| `bio` | Stores user preferences and persistent details for future chats. | Always available |
| `dalle` | Generates AI-created images based on text descriptions. | Always available |
| `python` | Runs Python code in a Jupyter notebook environment. | Always available |
| `canmore`| Creates, updates, and comments on text documents and code files. | Always available |
| `web` | Fetches real-time information from the internet. | Always available |
指令要求中文的话,不降智会输出:
| 工具 | 描述 | 可用性 |
|-----------|--------------------------------------------------|------------|
| `bio` | 存储用户偏好和持久性信息,以便未来对话使用。 | 始终可用 |
| `dalle` | 根据文本描述生成 AI 创作的图像。 | 始终可用 |
| `python` | 在 Jupyter 笔记本环境中运行 Python 代码。 | 始终可用 |
| `canmore` | 创建、更新和评论文本文档及代码文件。 | 始终可用 |
| `web` | 从互联网获取实时信息。 | 始终可用 |