Rosen Lu
Rosen Lu
Add **Fork me on GitHub** feature support
**Versions Used** KubeSphere: v3.1.1 **What's it about?** When integrate `LDAP` into KubeSphere,we must specify `managerDN` and `managerPassword`,it doesn't support anonymous configuration. if we config `LDAP` without `managerDN` and `managerPassword`, we...
### Is your feature request related to a problem? After login into `memos`,click `Settings` -> `SSO` -> `Create`,it will show a dialog as below, the height is big thus the...
Update code so that it can work with new version of mermaid(`10.6.1`)
当前只能支持注册账户再登录,无法和公司内部已有的LDAP集成,能否添加此功能,避免重复的账号记忆,谢谢 
我写了一个智能体,会把每轮的输出放到短时记忆里发送给大模型以便其下一轮的思考与推理,然而,**在第三轮交互时,我遇到了一个超出1024个token限制的错误。** 理论上,Qwen2-72B-Instruct模型支持的上下文长度可达**128k token**,这让我困惑是否是我在某处设置出了问题。我使用的是ollama部署的服务,并且在访问接口时,我已经将token长度的限制设置为了**8912个token**,如图所示  报错信息如下:  请问如何解决这种超出限制的提示呢,谢谢