mirror of
https://github.com/LLM-Red-Team/glm-free-api.git
synced 2024-11-01 07:59:24 +08:00
Update README.md
This commit is contained in:
parent
34282ad837
commit
90a9a702ed
@ -280,7 +280,7 @@ Authorization: Bearer [refresh_token]
|
|||||||
{
|
{
|
||||||
// 如果使用智能体请填写智能体ID到此处,否则可以乱填
|
// 如果使用智能体请填写智能体ID到此处,否则可以乱填
|
||||||
"model": "glm4",
|
"model": "glm4",
|
||||||
// 目前多轮对话基于消息合并实现,某些场景可能导致能力下降且token最高为4096
|
// 目前多轮对话基于消息合并实现,某些场景可能导致能力下降且受单轮最大token数限制
|
||||||
// 如果您想获得原生的多轮对话体验,可以传入首轮消息获得的id,来接续上下文
|
// 如果您想获得原生的多轮对话体验,可以传入首轮消息获得的id,来接续上下文
|
||||||
// "conversation_id": "65f6c28546bae1f0fbb532de",
|
// "conversation_id": "65f6c28546bae1f0fbb532de",
|
||||||
"messages": [
|
"messages": [
|
||||||
|
Loading…
Reference in New Issue
Block a user