Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinlic authored May 11, 2024
1 parent 3cab29e commit b0b3878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Authorization: Bearer [API Key]
{
// 必须填写您自己创建的智能体ID,否则无法调用成功
"model": "65d6ba38fca9900836172419",
// 目前多轮对话基于消息合并实现,某些场景可能导致能力下降且token最高为4096
// 目前多轮对话基于消息合并实现,某些场景可能导致能力下降且受单轮最大token数限制
// 如果您想获得原生的多轮对话体验,可以传入首轮消息获得的id,来接续上下文
// "conversation_id": "65f6c28546bae1f0fbb532de",
"messages": [
Expand Down Expand Up @@ -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)
[![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)

0 comments on commit b0b3878

Please sign in to comment.