Rosen Lu

Results 6 issues of 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...

kind/feature-request

### 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...

enhancement
Stale

Update code so that it can work with new version of mermaid(`10.6.1`)

当前只能支持注册账户再登录,无法和公司内部已有的LDAP集成,能否添加此功能,避免重复的账号记忆,谢谢 ![image](https://user-images.githubusercontent.com/5226038/174786102-a2af0b3f-2e77-427e-afaf-58125febe280.png)

我写了一个智能体,会把每轮的输出放到短时记忆里发送给大模型以便其下一轮的思考与推理,然而,**在第三轮交互时,我遇到了一个超出1024个token限制的错误。** 理论上,Qwen2-72B-Instruct模型支持的上下文长度可达**128k token**,这让我困惑是否是我在某处设置出了问题。我使用的是ollama部署的服务,并且在访问接口时,我已经将token长度的限制设置为了**8912个token**,如图所示 ![clipbord_1719456762856](https://github.com/QwenLM/Qwen2/assets/5226038/6af813a3-a374-4f66-8263-c10134f69a8d) 报错信息如下: ![clipbord_1719456751990](https://github.com/QwenLM/Qwen2/assets/5226038/c268d588-c84f-4b4d-939b-3c0d08d501a3) 请问如何解决这种超出限制的提示呢,谢谢

inactive