Limour
Limour
### Clear and concise description of the problem 希望增加一个可选的对持续对话能力支持,可以通过勾选单选框来开启 ### Suggested solution 将 4096 tokens 分成五个部分,记为 划分方法A : ``` 第一部分 512 tokens 用于system role进行背景设定 第二部分 512 tokens 用于传递对之前所有对话的简要总结 第三部分 1024...
https://github.com/ztjhz/BetterChatGPT/issues/130
In the implementation of the code, contexts that exceed 4000 tokens are discarded, including the system role that I initially set up. I hope to add a new message type...
https://github.com/ztjhz/BetterChatGPT/issues/130
### Describe the problem My two servers are located in different places. The Chroma client/server communication occurs through the public network. Although it is possible to encrypt the communication content...
### Clear and concise description of the problem 希望添加预定义的system角色列表 ### Suggested solution 1、希望可以增加一个配置文件,里面可以预定义一系列system role,前端简单通过选择来切换,同时保留自定义输入system role的功能。预定义的systen role可以从 https://github.com/f/awesome-chatgpt-prompts 中进行适当修改。 2、另外希望可以通过URL参数传递预先定义的system role,这样可以将不同的角色添加成不同的浏览器书签,不必每次都要手动输入或选择。 ### Alternative _No response_ ### Additional context _No response_ ###...
降低到某些特定服务器ip或SNI的包的优先级,比如同时开LOL和QQ语音的时候,优先保障LOL的包的转发
1. Stream reading files to avoid OOM 2. Optimize the performance of ultra long STRING For example: https://github.com/Limour-dev/qrjs/blob/main/payload.txt
起因:不知道为什么 https://github.com/docker-easyconnect/docker-easyconnect/issues/154 中的转发规则无效 主要思路:通过 SmartDNS 的 TCP 模式转发DNS解析,避开 EasyConnect 不转发 UDP 流量的问题。 具体过程:https://hexo.limour.top/-Docker-bu-shu-easyconnect 太折腾了。。。 可能适用的:https://github.com/docker-easyconnect/docker-easyconnect/issues/230