mimi (@Qinks6)cerebras的GLM4.7上下文长度限制变8192? 中发帖

今天跑流程测试,一直报错,看后台返回报错内容,这长度上下文只有8192;几乎没法用,感觉只能作为翻译API了 
{ 
“message”: “Please reduce the length of the messages or completion. Current length is 9590 while limit is 8192”, 
“type”: “invalid_request_error”, 
“param”: “messages”, 
“code”: “context_length_exceeded”, 
“id”: “” 
}
 
 
Back to Top