mlkt
mlkt
> > 从链接更新 config文件即可 > > @llity 请问下这个怎么操作  本身就有一个API接口可以更新所有配置,用不着再用nuxt开发后端,把新规则用这接口PUT上去就行 @kunish https://wiki.metacubex.one/api/#configs 要是能开发成 SwitchyOmega 这样可以直接修改单项配置的就更方便了,也可以做成浏览器扩展随时切换 
建议 > https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/blob/f55f04ab4f23fc5a5ac84aba0d2d926c557816c3/app/client/platforms/openai.ts#L119-L134 > > > 上传的请求不包含max_tokens可能导致此问题,aiproxy.io在不包含此值的情况下可能会冻结最大参数。 > [aiproxy文档](https://docs.aiproxy.io/guide/deduction) > 我的临时解决办法是模仿L131的vision model添加一个针对4o的max_tokens。 > `if (modelConfig.model.includes("4o")) { requestPayload["max_tokens"] = Math.max(modelConfig.max_tokens, 4000); } ` 建议先加上这个临时解决方案,否则现在根本用不了 gpt-4o
Thanks to very much for this great project. It is a very important feature for me to back up icloud photos with rclone. I hope rclone can realize the function...
I think we can use additional files to save metadata and then read it during mounting.
@xiaoyaofenfen 0.3.4版本仍然报错,一样的出错信息 我在上传40G的大文件时莫名中断,重新开始时就无法继续,一直0KB/s ``` aliyunpan upload --norapid --skip --bs 30720 /aa /bb ``` 
我去,原来是这个扩展造成的吗,难怪我说怎么老是会自动变回1倍速
Yes. Your fix is to change the Falsy value returned by the get to 0, and my one is that when the Falsy value is found during calculation, no addition...
之前用C写过通过请求连接的fd获取mac的 ```C u_int64_t getpeermac(int sockfd, const char* dev_name) { u_int64_t mac = 0; struct arpreq arpreq; struct sockaddr_in dstadd_in; bzero(&arpreq, sizeof(arpreq)), bzero(&dstadd_in, sizeof(dstadd_in)); socklen_t len = sizeof(struct sockaddr_in); if (getpeername(sockfd,...
6,原来还有这种东西,那我再研究一下
> @douglarek > src-mac 没必要支持 linux/mac 之外的 os,它的意义应该仅限于路由系统。 运行在Windows上时,如果通过socks等入站连接,这个规则也是有意义的。