diff --git a/README.md b/README.md index e49b9f6..f6c1ce6 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Authorization: Bearer [API Key] { // 必须填写您自己创建的智能体ID,否则无法调用成功 "model": "65d6ba38fca9900836172419", - // 目前多轮对话基于消息合并实现,某些场景可能导致能力下降且token最高为4096 + // 目前多轮对话基于消息合并实现,某些场景可能导致能力下降且受单轮最大token数限制 // 如果您想获得原生的多轮对话体验,可以传入首轮消息获得的id,来接续上下文 // "conversation_id": "65f6c28546bae1f0fbb532de", "messages": [ @@ -371,4 +371,4 @@ tcp_nodelay on; keepalive_timeout 120; ``` -[![Star History Chart](https://api.star-history.com/svg?repos=LLM-Red-Team/zhipuai-agent-to-openai&type=Date)](https://star-history.com/#LLM-Red-Team/zhipuai-agent-to-openai&Date) \ No newline at end of file +[![Star History Chart](https://api.star-history.com/svg?repos=LLM-Red-Team/zhipuai-agent-to-openai&type=Date)](https://star-history.com/#LLM-Red-Team/zhipuai-agent-to-openai&Date)